Initial Obsidian CouchDB sync plugin

This commit is contained in:
dinlo
2026-06-20 09:58:46 +08:00
commit 621b25c39f
6 changed files with 869 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "simple-couchdb-sync",
"version": "0.1.0",
"description": "Obsidian plugin for simple vault synchronization through CouchDB.",
"main": "main.js",
"scripts": {
"check": "node --check main.js"
},
"keywords": [
"obsidian",
"couchdb",
"sync"
],
"license": "MIT",
"devDependencies": {}
}