A plugin for Obsidian that synchronizes your vault notes with a CouchDB database.
⚠️ Status: in development. Core note synchronization (create, modify, rename, delete) is implemented, but the plugin is not yet feature-complete or fully stable. Use with caution and keep backups of your vault.
This project was built out of personal interest — as a way to explore how sync could work with a self-hosted CouchDB backend, and to learn more about the Obsidian plugin API. It's not intended to compete with existing sync solutions.
1.12.0 or laterThis plugin is not yet available in the Obsidian Community Plugins directory.
http[s]://[host]:[port]/[dbname].username:password and select it in the Credentials field.Plugin listens to vault events (create, modify, rename, delete) and pushes them to CouchDB, keeping a local record of file state (path, revision, and update timestamp) between sessions.