Pulls finished notes from your Moltn install into this vault, and (optionally) shares chosen notes back as context. Your files stay yours.
Pulls finished notes from your Moltn install into this vault, and (optionally) shares chosen notes back to Moltn as context. Your files stay yours — Moltn only queues notes until this plugin has written them, then deletes them.
Works on desktop and mobile (uses only Obsidian's cross-platform APIs).
GET /vault/pending on your
Moltn install, authenticated with a vault token.POST /vault/ack so Moltn drops it from its outbox.POST /vault/context so Moltn's builds/answers can cite it.Because the plugin runs inside Obsidian, notes land next time Obsidian is open on
any device; your own device sync (Obsidian Sync/iCloud) then spreads them.
See ../docs/engineering/19-obsidian-sync.md for the full architecture.
cd obsidian-plugin
npm install
npm run build # produces main.js
Copy manifest.json, main.js, and styles.css into:
<your vault>/.obsidian/plugins/moltn-sync/
Then in Obsidian: Settings → Community plugins → enable "Moltn Sync". (Turn off Restricted/Safe mode first if needed.)
https://din-app.fly.dev) and the vault token, pick a target folder
(default Moltn), and optionally a context folder to share back.