You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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())