-
-
Notifications
You must be signed in to change notification settings - Fork 17
Obsidian Plugin
Rahil Pirani edited this page May 15, 2026
·
1 revision
The Second Brain Sync plugin lets you sync Obsidian notes directly to your Second Brain. Search your brain from inside Obsidian via the sidebar panel.
Plugin repo: second-brain-obsidian-plugin
- Open Obsidian → Settings → Community Plugins → Browse
- Search for Second Brain Sync
- Click Install → Enable
- Install BRAT from Community Plugins
- Open BRAT settings → Add Beta Plugin
- Enter
https://github.com/rahilp/second-brain-obsidian-plugin
- Download
main.jsandmanifest.jsonfrom the latest release - Copy both files into
.obsidian/plugins/second-brain-sync/in your vault - Enable in Settings → Community Plugins
Go to Settings → Second Brain Sync:
| Setting | Description | Default |
|---|---|---|
| Worker URL | Your Cloudflare Worker URL | — |
| Auth token | Your AUTH_TOKEN secret | — |
| Sync mode | Tagged notes only, or all notes | Tagged only |
| Sync tag | Frontmatter tag that marks a note for sync | brain |
| Auto-sync on save | Sync automatically when you save a tagged note | Off |
| Chunk size | Max characters per chunk | 1600 |
| Chunk overlap | Overlap between chunks | 200 |
| Show sync status | Last sync time in the status bar | On |
Click Test after entering your URL and token to verify the connection before syncing.
Add the sync tag to any note's frontmatter:
---
tags:
- brain
---
Your note content starts here.Obsidian renders frontmatter as a properties panel at the top of the note. You can also add it via the UI — click the + button in the properties panel and add a tags property.
- Ribbon icon — click the brain icon in the left sidebar to sync the active note
-
Command palette —
Cmd+P→ "Sync current note to Second Brain" - Sync all — Settings → Second Brain Sync → Sync now button
- Auto-sync — enable in settings to sync tagged notes on every save
Click the search ribbon icon or run "Open Second Brain search" from the command palette. A sidebar panel opens with a search box that queries your Worker's semantic search directly from inside Obsidian.
- Obsidian v1.7.2 or later
- A deployed Second Brain Worker