Skip to content

Releases: BCS1037/side-bookmark

0.0.5

13 May 09:17

Choose a tag to compare

Fixed

  • Submission Compliance: Addressed multiple warnings and errors flagged by the Obsidian community review process.
  • Updated minAppVersion to 1.7.2 to support Workspace.revealLeaf.
  • Fixed popout window compatibility by migrating document to activeDocument and window to activeWindow.
  • Improved type safety across files by removing any usage in src/BookmarkPanel.ts and src/BrowserPanel.ts.
  • Removed "General" heading from the settings tab.
  • Replaced document.createElement('webview') with createEl('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.js and styles.css.

v0.0.4

21 Apr 10:09

Choose a tag to compare

bug fix

0.0.3

15 Apr 15:53

Choose a tag to compare

Release 0.0.3

v0.0.2

15 Apr 11:59

Choose a tag to compare

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.

0.0.1

02 Apr 01:29

Choose a tag to compare

Initial release of the Side Bookmark plugin.