Skip to content

Releases: chrisgurney/obsidian-note-toolbar

v1.15-beta-17

08 Nov 12:40
Compare
Choose a tag to compare
v1.15-beta-17 Pre-release
Pre-release

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

05 Nov 10:47
Compare
Choose a tag to compare
v1.15-beta-16 Pre-release
Pre-release

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

04 Nov 11:39
Compare
Choose a tag to compare
v1.15-beta-15 Pre-release
Pre-release

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() to includes() for compatibility. May help with #170
  • Scripting: Localized strings.

Full Changelog: 1.15-beta-14...1.15-beta-15

v1.15-beta-14

30 Oct 22:19
Compare
Choose a tag to compare
v1.15-beta-14 Pre-release
Pre-release

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

30 Oct 18:57
Compare
Choose a tag to compare
v1.15-beta-13 Pre-release
Pre-release

Minor style bug fixes for mobile.


Full Changelog: 1.15-beta-12...1.15-beta-13

v1.15-beta-12

30 Oct 18:22
Compare
Choose a tag to compare
v1.15-beta-12 Pre-release
Pre-release

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

29 Oct 17:05
Compare
Choose a tag to compare
v1.15-beta-11 Pre-release
Pre-release

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

28 Oct 12:44
Compare
Choose a tag to compare
v1.15-beta-9 Pre-release
Pre-release

Updated What's New.


Full Changelog: 1.15-beta-8...1.15-beta-9

v1.15-beta-10

28 Oct 21:07
Compare
Choose a tag to compare
v1.15-beta-10 Pre-release
Pre-release

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

27 Oct 11:08
Compare
Choose a tag to compare
v1.15-beta-8 Pre-release
Pre-release

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