Releases: chrisgurney/obsidian-note-toolbar
Releases · chrisgurney/obsidian-note-toolbar
v1.9.6
New Feature 🎉
- Adds support for floating buttons on desktop.
- Note: Style Settings adjustments will change both mobile and desktop floating buttons, at the moment.
Changelog
v1.9.5
v1.9.4
New Feature 🎉
- Added a protocol handler to execute commands, as an alternative to the Advanced URI plugin. (i.e., If you installed Advanced URI just for use in Note Toolbar Callouts, you might be able to remove it now and just use this.)
- Example usage:
obsidian://note-toolbar?commandid=workspace%3Atoggle-pin
- Disclaimer: For now you will need to manually escape characters in command IDs (e.g.,
:
=%3A
), and figure out command IDs on your own in order for this to work (by inspecting an existing toolbar, or by using Advanced URI for example). I know this is not ideal, so I will very likely add a Copy URI for command helper/command in the future.
- Example usage:
Fixes
- Middle clicking should now open file items in a new tab.
- If you use Iconize to add icons to your notes (Callout links), they will now be correctly vertically aligned with the text.
Changelog
v1.9.3
v1.9.2
v1.9.1
New Features 🎉
- Adds an
Item Menu
type to the available toolbar items:- After selecting the
Item Menu
item type, select an existing toolbar, and that item will display the toolbar's items in a dropdown menu when triggered. - Sub-menus are also supported.
- Menus can be styled via the Style Settings plugin, or by CSS snippets (via the
.note-toolbar-menu
class). - Menu items are fully keyboard accessible (via the
Focus
command). PressEnter
to open a menu item, and ⬆️⬇️ to navigate. - Note that menus in Obsidian on mobile appear at the bottom of the screen when opened.
- After selecting the
- Adds a
don't wrap items
(mnwrp
) Style specifically for mobile. When set, all items will be on one line making the toolbar scrollable.- By default (i.e., when it's not set), items wrap to the next line.
- For it to work best, ensure your items are not centered or evenly spaced (i.e., left-align them).
- You can now link to folders from a
File
type. When clicked, the folder is highlighted in the File Explorer (behaves the same way as if the folder was bookmarked) • Thank you, indirect Reddit suggestion! - A Usage section has been added to a toolbar's Settings (below the Styles section), where you can see the number of times the toolbar is used (in mappings, and items). A link is also provided to search for toolbar properties that might be using this toolbar.
v1.9.0-beta-12
📖 Release announcement and known issues.
Changelog
v1.9.0-beta-9
v1.9.0-beta-8
📖 Release announcement and known issues.
Changelog
- refactor: most settings access code now in SettingsManager ↗
v1.9.0-beta-7
📖 Release announcement and known issues.
Changelog
- fix: labels with spaces wrapping with
nowrap
style enabled on mobile ↗