--- type: entity path: Wiki/Reference tags: - obsidian - wiki - automation created: 2026-05-08 updated: 2026-05-08 --- # Obsidian ## What it is Obsidian is the knowledge management application used to browse and edit this vault. It renders the wiki-vault as an interconnected graph of Markdown notes, resolving `[[wikilinks]]` into navigable links. This vault (`wiki-vault`) is an Obsidian vault — the file structure, frontmatter conventions, and wikilink syntax are all Obsidian-native. The homelab MCP server writes new session notes and project plans directly into the vault in Obsidian-compatible format. ## Current state Active. The wiki-vault was migrated from `pbs-projects` and `homelab-projects` in May 2026 into this unified vault. The compile loop (wiki-maintenance skill) generates and maintains the Wiki/ layer. The MCP server at `mcp.herbylab.dev` writes directly to `Sources/` using Obsidian-compatible Markdown. The email-to-vault pipeline (Gmail → n8n → Gitea → vault) also writes to `Sources/`. ## Where it lives - App: installed on herbydev (and likely Travis's personal machine) - Vault: `/opt/projects/wiki-vault` on herbydev - Git-backed: vault is a git repo, changes committed via git - MCP server writes via Gitea/git push to vault repo ## Related projects - [[Sources/Dev/wiki-vault-migration|wiki-vault-migration]] — vault migration project plan - [[Sources/Dev/second-brain|second-brain]] — LLM wiki pattern (Karpathy) - [[Sources/Dev/email-to-obsidian-automation|email-to-obsidian-automation]] — email pipeline to vault - [[Sources/Dev/email-obsidian-git-pipeline|email-obsidian-git-pipeline]] — email pipeline session - [[Sources/Homelab/homelab-mcp-server|homelab-mcp-server]] — MCP server writes to vault - [[Wiki/Reference/ob1|ob1]] — parallel AI memory system - [[Wiki/Dev/ai-memory-architecture|ai-memory-architecture]] — synthesis ## History - **2026-05-08** — wiki-vault created, migrating pbs-projects and homelab-projects (62 notes) - **2026** — Email-to-vault automation built (session notes ingested via Gmail → n8n pipeline) - **2026-05-06** — MCP server deployed; writes session notes directly to vault - **Planned** — n8n parallel write to both vault and OB1 on every new note