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

Moltn Sync

zeniadevzeniadevaffluency-devaffluency-dev34 downloads

Pulls finished notes from your Moltn install into this vault, and (optionally) shares chosen notes back as context. Your files stay yours.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

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).

How it works

  • Every N minutes (and on startup) the plugin calls GET /vault/pending on your Moltn install, authenticated with a vault token.
  • It writes each note into your target folder (never overwrites — adds a numeric suffix on a name clash), then POST /vault/ack so Moltn drops it from its outbox.
  • Optional: the "Dela kontext-mapp" command pushes a folder you choose (e.g. a price list) to 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.

Build

cd obsidian-plugin
npm install
npm run build          # produces main.js

Install into a vault (sideload)

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.)

Configure

  1. In Moltn (as admin): Konto & säkerhet → Valv-sync → copy the vault token, and turn on "Synka till Obsidian-valv" in Inställningar.
  2. In the plugin settings: paste your Moltn install-URL (e.g. https://din-app.fly.dev) and the vault token, pick a target folder (default Moltn), and optionally a context folder to share back.
  3. Click Synka nu — your dictations/meeting notes appear in the vault.
HealthExcellent
ReviewPassed
About
Pull finished notes from your Moltn install into your vault and write them into a target folder without overwriting existing files (adds numeric suffix on name clashes). Push a chosen folder back to Moltn as context and poll Moltn on startup and at intervals, acknowledging queued notes so Moltn removes them.
SyncingIntegrations
Details
Current version
0.1.2
Last updated
4 weeks ago
Created
4 weeks ago
Updates
3 releases
Downloads
34
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Authors
zeniadevzeniadev
GitHubzeniadev
affluency-devaffluency-dev
moltn.se
GitHubaffluency-dev
  1. Community
  2. Plugins
  3. Syncing
  4. Moltn Sync

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.