MIT licensed · Runs 100% locally · No accounts

Browser bookmarks,
living in Obsidian

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

Replace with <img src="hero.png" />

How it works 🔧

Two tiny pieces, zero friction. The plugin is the brain; the extension is the button.

🧠

Obsidian Plugin

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.

🌐

Chrome Extension

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

Everything you'd want 🎯

No fluff, no upsells, no subscription. Just a sharp little tool that does exactly what it says.

📁

Folders & tags

Organise bookmarks your way — folders in settings, tags in the popup.

🔒

100% local

No servers, no accounts, no telemetry. Traffic never leaves 127.0.0.1.

🕸️

Graph-ready

Bookmarks are .md files — they show up in Obsidian's graph view automatically.

🏷️

Typeahead tags

Start typing to match existing tags, or hit Enter to create new ones.

Duplicate detection

Already saved that URL? A badge tells you before you even open the popup.

🔍

Full-text search

Use Obsidian's native search across all your bookmarks, notes included.

Instant save

Popup to saved in under a second. Local APIs are fast.

🎨

Dracula theme

A gorgeous dark UI that feels right at home next to Obsidian.

🔧

REST API

Full CRUD API at :27123 — build your own tools on top.

See it in action 👀

Clean, fast, and it lives right in your browser toolbar.

📸

Extension popup — save a new bookmark

popup-save.png

📸

Extension popup — view & edit existing bookmark

popup-detail.png

📸

Obsidian sidebar — bookmark list view

sidebar.png

📸

Vault file — bookmark as .md with frontmatter

vault-file.png

Changelog 📋

v1.2.0 2026-03-03
  • ~Switched to Dracula theme throughout — extension popup and landing page
v1.1.0 2026-03-03
  • +Create folders on-the-fly from the extension popup — name & icon, no Obsidian settings required
  • +POST /folders API endpoint with 409 dedup
  • ~Extension icons regenerated from 512px source for crisper display
v1.0.0 2026-03-02 Initial release 🎉
  • +Obsidian plugin with local HTTP API on 127.0.0.1:27123
  • +Chrome MV3 extension with React popup
  • +Save bookmarks as .md files with YAML frontmatter
  • +Folders & tags with typeahead multi-select
  • +SHA-256 bookmark IDs — stable, derived from URL
  • +Tab badge (✓) for already-bookmarked pages
  • +409 dedup — no accidental duplicates
  • +Dracula dark theme throughout
  • +MIT licensed, open source

Get started in 2 minutes ⚡

Both pieces are free and open source. Install the plugin first, then add the extension.

🧠

Obsidian Plugin

  1. 1

    Open Obsidian → Settings → Community Plugins → Browse

  2. 2

    Search "Linksidian" and click Install

  3. 3

    Enable the plugin, then open Settings → Linksidian to choose your vault folder

  4. 4

    Verify with: curl http://127.0.0.1:27123/health

Open in Obsidian →
🌐

Chrome Extension

  1. 1

    Visit the Chrome Web Store and search "Linksidian"

  2. 2

    Click Add to Chrome — no permissions needed beyond the active tab

  3. 3

    Pin the extension to your toolbar for quick access

  4. 4

    Click 🔖 on any page — the popup opens and you're ready to save!

Get on Chrome Web Store →

Not yet on the marketplaces? Install manually from GitHubpnpm install && pnpm build and you're set.