Obsidian Setup Guide
This guide explains how to connect your local Obsidian vault to the Eritora Wiki system.
1. Install Obsidian
If you haven't already, download Obsidian.
2. Clone the Repository
You need the raw markdown files on your computer.
Open this folder as a Vault in Obsidian.3. Install "Obsidian Git"
This plugin handles the synchronization magic.
- Open Obsidian Settings -> Community Plugins.
- Turn on "Restricted Mode" (if off) to enable plugins.
- Browse -> Search "Obsidian Git" -> Install -> Enable.
4. Configuration
- Open Plugin Settings -> Obsidian Git.
- Vault backup interval (minutes): Set to
5or10. - Auto backup after file change: Enable.
- Desktop: Use "Source Control View" (sidebar) to manually sync if needed.
Workflow
- Write: Just write notes normally in Obsidian.
- Sync: The plugin auto-commits your changes.
- Publish: The Bot detects the commit and rebuilds the website in ~1 minute.
Troubleshooting
- Conflict: If you edit a file that someone else changed, the plugin might pause. Open the Source Control view to resolve conflicts (usually by "Pulling" first).