One click to save any webpage straight into your vault as a .md file —
with tags, folders, notes, and a favicon. Your links, your knowledge graph, no cloud.
Hero screenshot — plugin sidebar + extension popup side by side
Two tiny pieces, zero friction. The plugin is the brain; the extension is the button.
Runs a tiny local HTTP server on 127.0.0.1:27123.
Stores every bookmark as a .md file with YAML frontmatter
inside your vault — ready for backlinks, queries, and graph view.
A slick popup that talks to the plugin over localhost. Click the toolbar icon, add tags, pick a folder, hit save. A ✓ badge appears on already-bookmarked pages.
Visit any page
Click the extension
Add tags & a note
Saved to your vault
No fluff, no upsells, no subscription. Just a sharp little tool that does exactly what it says.
Organise bookmarks your way — folders in settings, tags in the popup.
No servers, no accounts, no telemetry. Traffic never leaves 127.0.0.1.
Bookmarks are .md files — they show up in Obsidian's graph view automatically.
Start typing to match existing tags, or hit Enter to create new ones.
Already saved that URL? A badge tells you before you even open the popup.
Use Obsidian's native search across all your bookmarks, notes included.
Popup to saved in under a second. Local APIs are fast.
A gorgeous dark UI that feels right at home next to Obsidian.
Full CRUD API at :27123 — build your own tools on top.
Clean, fast, and it lives right in your browser toolbar.
Extension popup — save a new bookmark
Extension popup — view & edit existing bookmark
Obsidian sidebar — bookmark list view
Vault file — bookmark as .md with frontmatter
POST /folders API endpoint with 409 dedup127.0.0.1:27123.md files with YAML frontmatterBoth pieces are free and open source. Install the plugin first, then add the extension.
Open Obsidian → Settings → Community Plugins → Browse
Search "Linksidian" and click Install
Enable the plugin, then open Settings → Linksidian to choose your vault folder
Verify with: curl http://127.0.0.1:27123/health
Visit the Chrome Web Store and search "Linksidian"
Click Add to Chrome — no permissions needed beyond the active tab
Pin the extension to your toolbar for quick access
Click 🔖 on any page — the popup opens and you're ready to save!
Not yet on the marketplaces?
Install manually from GitHub
— pnpm install && pnpm build and you're set.