Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Simple Sync Notes

devkirkirdevkirkir46 downloads

Syncs notes between your vault and a CouchDB.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

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.

Motivation

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.

Features

  • Syncs notes between your vault and a CouchDB instance
  • Tracks file creation, edits, renames, and deletions
  • Stores CouchDB credentials securely via Obsidian's built-in secret storage

Requirements

  • A running CouchDB instance accessible over HTTP(S)
  • Obsidian 1.12.0 or later

Installation

This plugin is not yet available in the Obsidian Community Plugins directory.

Setup

  1. Open Settings → Simple Sync Notes.
  2. Enter your CouchDB URL in the format http[s]://[host]:[port]/[dbname].
  3. Create a secret containing your CouchDB credentials in the format username:password and select it in the Credentials field.
  4. Once both fields are filled in, the plugin will start syncing automatically.

How it works

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.

License

0BSD

HealthExcellent
ReviewSatisfactory
About
Sync notes between your Obsidian vault and a CouchDB database, tracking creations, edits, renames, and deletions. Store CouchDB credentials securely via Obsidian's secret storage, maintain a local record of file state, and use with caution while the plugin remains in development.
SyncingIntegrations
Details
Current version
1.4.0
Last updated
Last week
Created
2 months ago
Updates
4 releases
Downloads
46
Compatible with
Obsidian 1.12.0+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Author
devkirkirdevkirkir
GitHubdevkirkir
  1. Community
  2. Plugins
  3. Syncing
  4. Simple Sync Notes

Related plugins

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Google Drive Sync

Syncs a vault into Google Drive for cross-platform use (works for iOS).

Remotely Save

Sync notes between local and cloud with smart conflict: S3, Dropbox, webdav, OneDrive, Google Drive, Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.

OneDrive Sync

Sync your Obsidian vault with OneDrive Personal/Consumer

WebDAV Sync

General-purpose & bidirectional WebDAV syncing for your vault. Designed for stability and robust file handling without vendor lock-in.

Syncthing Integration

Syncthing integration.

BRAT

Easily install a beta version of a plugin for testing.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.