Skip to content

Releases: NoteNerdOfficial/browser-bookmark

1.0.5

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 25 Jul 03:41
  • Fix: arrow-key navigation stopped working after opening a bookmark, since the newly opened Web Viewer leaf took keyboard focus with it. The sidebar now re-focuses itself once the open completes, so you can keep navigating with arrow keys right after opening something.

1.0.4

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 24 Jul 20:43
  • New: optional bookmark descriptions, shown below the title in a muted line and included in search
  • Fix: row icons (grip/favicon) now align to the title line instead of centering against the full title+description height
  • README updated to document everything added recently (custom icons, descriptions, open-in-system-browser/always-open-externally/copy-link, export)

1.0.3

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 24 Jul 17:16
  • New: "Open in system browser", "Copy link", and "Copy as Markdown link" in the bookmark context menu
  • New: per-bookmark "Always open externally" flag, for sites (e.g. corporate SSO/VPN-gated pages) that don't work well in Web Viewer
  • New: Export bookmarks (same toolbar menu as import) to a standard bookmarks HTML file, importable into Chrome/Firefox/Safari/Edge or back into this plugin
  • Fix: escaping to the system browser now uses Electron's shell.openExternal instead of window.open, since Web Viewer intercepts window.open once enabled
  • Fix: Arc import's file-reading step no longer silently fails at runtime (dynamic import() of Node built-ins doesn't work in Obsidian's renderer; reverted to require())

1.0.2

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 23 Jul 18:50
  • Custom bookmark icons: the edit modal now has an Icon option (Auto/Icon name/Image URL) with a live preview, so a bookmark's icon isn't limited to its auto-fetched favicon

1.0.1

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 23 Jul 04:37
  • Pinned bookmarks row: right-click a bookmark → Pin to top for a compact, draggable row of icon-only buttons above the tree
  • New settings: Show favicons, Show ribbon icon
  • Adopted Obsidian's declarative settings API (1.13.0+) so settings show up in Settings search, with the old settings tab kept as a fallback for older versions
  • Removed the redundant "Obsidian" from the manifest description
  • Reduced Node.js module usage flagged by the community plugin review where it didn't affect correctness

1.0.0

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 23 Jul 04:10

Initial release.

An independent bookmarks sidebar that opens saved links in Obsidian's built-in Web Viewer, so browsing stays inside the app.

  • Folders with drag-and-drop reordering and re-filing
  • Search, keyboard navigation, real favicons, duplicate-URL detection
  • Drag a link from a note straight into the sidebar
  • Pinned bookmarks row (Arc-style)
  • Import from a standard browser export (Chrome/Firefox/Safari/Edge) or directly from Arc
  • Opens bookmarks in a new tab, split, or window, with a system-browser fallback if Web Viewer is off

See the README for setup and full feature details.