Obsidian Plugins

Obsidian Plugins#


1 Obsidian Git (Multi-Device Sync)#

We sync our vaults between desktop and laptop computers directly using the Obsidian Git plugin connecting to GitHub.

  • Repository: git@github.com:marcoue/obsidian-homelab.git
  • Shortcuts:
    • Cmd + S: Commit & Push local changes.
    • Cmd + Shift + S: Pull remote changes.
  • Auto-Syncing: Configured to pull on startup, pull updates in background every 5 minutes, and backup (commit/push) in background every 10 minutes.

1.1 [RETIRED] Self-Hosted LiveSync (CouchDB)#

Note: The CouchDB Docker container on MMDocker (10.1.2.230) has been stopped and disabled, and the plugin has been uninstalled from all vaults to avoid sync storms and deletion loops.#

2 Obsidian Terminal Plugin: Configuration Guide#

This guide details the setup for the Obsidian Terminal Plugin on a MacStudio (macOS) to ensure it correctly utilizes the modern Python environment and integrated Zsh shell.