--- created: 2026-05-20 21:40 modified: 2026-05-20 21:40 type: note tags: - AI - Obsidian - md - notes - dev-ops - system-config - filesmd aliases: [] --- # Obsidian App and SilverBullet - **There is a new App called files.md which could replace Obsidian https://github.com/zakirullin/files.md it does not have YAML so maybe not** ## Architecture ``` .27 (NixOS desktop, sometimes off) Obsidian native + Nvim + obsidian.nvim Vault: ~/obsidian/ GitHub Sync plugin → syncinterval: 15 min .35 (Ubuntu, always on) Gitea — central git repo SilverBullet Docker — web access on proxy network Caddy → silverbullet.lab.audasmedia.com.au ``` ## Sync Single Gitea repo (`obsidian-vault`) on .35. Both .27 Obsidian (GitHub Sync plugin) and .35 SilverBullet (cron script) push/pull every 15 minutes. No conflicts — single user. ## Tools | Tool | Location | Purpose | |------|----------|---------| | Obsidian | .27 native | Deep desktop work | | obsidian.nvim | .27 Nvim | Vault editing in terminal | | SilverBullet | .35 Docker | Mobile/browser access | | obsidian CLI | .27 terminal | `obsidian daily`, `obsidian search` | | Pi + OpenSpec | .27 | AI-driven spec workflow | | Pi + Graphify | .27 | Knowledge graphs from vault | | Pi + Plannotator | .27 | Visual plan review |