Releases: chrisgurney/obsidian-note-toolbar
v1.18-beta-05
Fixes
- Settings: Toolbar edit buttons varying widths on phones.
- Settings: Code lines not wrapping in toolbars list.
- Settings: Mappings heading not full width on phones.
Full Changelog: 1.18-beta-04...1.18-beta-05
v1.18-beta-04
Improvements 🚀
- Support for showing toolbars in the Beautitab ↗ plugin.
- If there are other New tab view replacements that others use, I'm happy to look into support for them.
Fixes
- Further adjustments to bottom toolbar positioning/centering, to try to account for changing Dataview expressions.
Full Changelog: 1.18-beta-03...1.18-beta-04
v1.18-beta-03
Improvements 🚀
- Support for showing toolbars in the Home Tab ↗ plugin. Thanks @Moyf
- If there are other New tab view replacements that others use, I'm happy to look into support for them.
Fixes
- Bottom toolbars that should be centered were shifted slightly to the left. The calculation for the
left
position now takes into account view padding.
Full Changelog: 1.18-beta-02...1.18-beta-03
v1.18-beta-02
New Features 🎉
Show a toolbar in the New tab view
Go to Settings → Display rules → Show toolbar in New tab view then select a toolbar to display in the New tab view.
Notes:
- Any references to files or properties in variables or script commands won't work.
- If the toolbar is in the
Below Properties
position, it will be shown at the top instead.
Thank you @mardybardy for the idea in #78.
Commands for individual toolbars
For fast access to a specific toolbar, open any toolbar's settings, and enable Add toolbar command.
A new command will be added (Note Toolbar: Open: YOURTOOLBARNAME
) that will let you open that toolbar in a Quick Tools window.
💡 Tip: Assign a hot key to that command for convenient access to that toolbar.
Thank you Hydra (on the Obsidian Discord) for the idea.
Full Changelog: 1.17.7...1.18-beta-02
v1.17.7
Don't miss all the new features in 1.17.0.
Fixes
- Mobile: Bottom position toolbar was on the right if default = right and mobile = left.
Full Changelog: 1.17.6...1.17.7
v1.17.6
Don't miss all the new features in 1.17.0.
Fixes
- Style modal: Only focus on dropdown on desktop, as it seems to open it on iOS.
- Happy to adjust for Android if there's feedback that
1.17.5
works for you.
- Happy to adjust for Android if there's feedback that
Full Changelog: 1.17.5...1.17.6
v1.17.5
Don't miss all the new features in 1.17.0.
Improvement 🚀
- Style modal: Focus is now set on the relevant dropdown (Default or Mobile) by default.
Fixes
- Settings: On phone, the Folder Mappings collapse (
>
) arrow was not vertically aligned with setting text on left.
Full Changelog: 1.17.4...1.17.5
v1.17.4
Don't miss all the new features in 1.17.0.
API Beta
Improvement 🚀
- Added an optional
class
parameter to all UI components (modals, prompts, suggesters), for specifying one or more (space-separated) CSS classes to apply.
Fixes
suggester()
not rendering values as markdown. #228 Thanks @FelipeRearden
Full Changelog: 1.17.3...1.17.4
v1.17.3
Don't miss all the new features in 1.17.0.
API Beta
Fixes
- Set keyboard focus in
modal()
content area. Thanks @FelipeRearden
Full Changelog: 1.17.2...1.17.3
v1.17.2
Don't miss all the new features in 1.17.0.
Improvements 🚀
- Allow DV + JS scripts to execute even if a file/note is not currently open.
API Beta
Improvements 🚀
- Add focus effect for links in
modal()
when tabbing between them.
Fixes
Set keyboard focus inFixed inmodal()
content area. Thanks @FelipeRearden1.17.3
Full Changelog: 1.17.1...1.17.2