Skip to content

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())