Releases: BCS1037/side-bookmark
Releases · BCS1037/side-bookmark
0.0.5
Fixed
- Submission Compliance: Addressed multiple warnings and errors flagged by the Obsidian community review process.
- Updated
minAppVersionto1.7.2to supportWorkspace.revealLeaf. - Fixed popout window compatibility by migrating
documenttoactiveDocumentandwindowtoactiveWindow. - Improved type safety across files by removing
anyusage insrc/BookmarkPanel.tsandsrc/BrowserPanel.ts. - Removed "General" heading from the settings tab.
- Replaced
document.createElement('webview')withcreateEl('webview')for proper initialization. - Re-named the command palette entry to "Open" to prevent redundant prefixing.
- Added a GitHub Actions workflow to generate artifact attestations for
main.jsandstyles.css.
v0.0.4
0.0.3
v0.0.2
Added
- Intercept External Links: Added a new setting to intercept clicks on external links (http/https) within your notes. When enabled, clicking an external link in your note will automatically open it within the Side Bookmark built-in browser panel instead of your system's default browser. Supports both Reading View and Live Preview. Hold Cmd/Ctrl while clicking to temporarily bypass this and use the system browser.