Releases: chrisgurney/obsidian-note-toolbar
Releases · chrisgurney/obsidian-note-toolbar
v1.15-beta-17
Fixed
- Import (from Share link) not working due TypeError (this.app). Thanks @laktiv!
Full Changelog: 1.15-beta-16...1.15-beta-17
v1.15-beta-16
Improvements 🚀
- Scripting: Available plugins for scripting are now checked on click, so toggling of the Scripting setting is no longer required when plugins (Dataview, JS Engine, or Templater) are enabled.
Fixes
- Some commands exist but appear unavailable #170 Thanks @likemuuxi and @Moyf!
- Iconize icons in bookmarks had a thicker stroke width #162 Thanks @laktiv!
Changes
- Added localized string for the Scripting setting.
Full Changelog: 1.15-beta-15...1.15-beta-16
v1.15-beta-15
Improvements 🎉
- In a Note Toolbar property, if you've entered the name of a toolbar that doesn't exist, a message now appears with a prompt to click/tap on it to create the toolbar.
Fixes
- Settings: Item preview labels were disappearing when an icon was set, when there was no previous icon.
Changes
- Changed
contains()
toincludes()
for compatibility. May help with #170 - Scripting: Localized strings.
Full Changelog: 1.15-beta-14...1.15-beta-15
v1.15-beta-14
Minor changes:
- Fixed: Editing a toolbar with no name sets incorrect modal title.
- Made Style dropdown wider to accommodate localization of new placeholder text.
Full Changelog: 1.15-beta-13...1.15-beta-14
v1.15-beta-13
v1.15-beta-12
Improvements 🚀
- Styles: Drop-downs now only show relevant styles based on other selected styles, and the toolbar's position. Removed
float
styles, which don't work with standard toolbars. Thanks @laktiv for the suggestion! - Scripts: Now work from the File → Toolbar menu, executing on the linked file.
- Templater: When using Create file... the new file is now highlighted in the file explorer when it is opened.
- All commands now show a notice if there's an error executing it, if the command provides an error.
- German and Ukrainian translations have been updated, thanks to @hartimd and @laktiv!
Fixes
- If the
button
style was set for mobile, it was also applying to desktop as well, when it shouldn't have been.
Full Changelog: 1.15-beta-11...1.15-beta-12
v1.15-beta-11
New Feature 🎉
- Support for Templater
<%
commands and Dataview=
expressions have been added to labels, tooltips, and URIs. So you can now have dynamic data rendered right within your toolbars!- These are now also supported in the Templater Create from template... output file field.
Improvements 🚀
- Templater: Tags
<%
and%>
can now be omitted from commands, if you prefer. - Templater: Expressions have been renamed to Commands within Templater's functions, to be consistent with their terminology.
Full Changelog: 1.15-beta-10...1.15-beta-11
v1.15-beta-9
v1.15-beta-10
Changes
- Removed the need for the node path module (not supported on mobile).
- Moved field help text closer to fields.
- Updated What's New with more details about scripting.
Fixes
- Templater: Now returns an empty string instead of "undefined" when evaluating an expression that has no return value.
Full Changelog: 1.15-beta-9...1.15-beta-10
v1.15-beta-8
Improvements 🚀
- Templater: Added support for (Optional) Output filename for the Create new... function.
- Templater: Improved error handling for invalid template files, and script issues.
- Scripting: Now displays a notice if there are any errors to report.
Full Changelog: 1.15-beta-7...1.15-beta-8