Disclaimer
Is this project open source? Yes — the plugin is MIT licensed, source linked below. The service it syncs to is a hosted product and is not.
Is this project completely free? The plugin is free and always will be. The service it syncs to is not fully free: it has a free tier that covers this use, and paid plans above it.
Is this project vibe-coded beyond the author’s ability to comprehend how it works? No. It is a single ~600-line TypeScript file, and it passed the plugin directory’s automated review. Ask me about any part of it.
Community Directory: https://community.obsidian.md/plugins/rootr-sync
Most of my vault is mine alone. But a few folders — specs, meeting notes, runbooks — other people on my team need to read, and some of them don’t use Obsidian at all.
So I built a plugin that syncs only what I pick out to a shared workspace, and leaves the rest of the vault alone.
What it does
-
You choose a folder (or a tag). Only that gets synced.
-
Folder structure is preserved 1:1 on the other side.
-
Teammates read and edit it in a browser — they don’t need Obsidian.
-
Claude and ChatGPT can connect to that workspace over MCP and actually read and write those notes. So “turn last week’s meeting notes into a spec” runs against the real files instead of a paste.
What it does not do (yet)
-
No reverse sync. The vault is the source of truth; edits made on the web don’t come back.
-
Wikilinks are not converted.
-
Images and attachments are not uploaded.
About your data — the part I’d want to read first, since this talks to a server:
-
Only files inside the folder or tag you pick ever leave your machine. Nothing else is read.
-
Nothing is sent in the background. Sync runs when you run it.
-
No telemetry, no analytics, no crash reporting of any kind.
-
Privacy policy:
https://rootr.io/legal/privacy
Install: Community plugins → search “Rootr Sync”.
Source: https://github.com/gwmage/obsidian-rootr-sync
If it breaks on your setup I’d like to hear about it. Reverse sync is the next thing I’d build if people actually want it.