Skip to content

Releases: chrisgurney/obsidian-note-toolbar

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

v1.15-beta-7

26 Oct 21:05
Compare
Choose a tag to compare
v1.15-beta-7 Pre-release
Pre-release

Improvements 🚀

  • Scripting: Brackets and quotes (on names) for arguments are optional; error message displayed if arguments are in an invalid format.

Full Changelog: 1.15-beta-6...1.15-beta-7

v1.15-beta-6

26 Oct 12:01
Compare
Choose a tag to compare
v1.15-beta-6 Pre-release
Pre-release

Improvements 🚀

  • Scripting: Item previews are now highlighted if there are errors in subfields, or if the corresponding plugin is not enabled.

Full Changelog: 1.15-beta-5...1.15-beta-6

v1.15-beta-5

25 Oct 18:17
Compare
Choose a tag to compare
v1.15-beta-5 Pre-release
Pre-release

Improvements 🚀

  • Scripts: References to files (scripts, Templates) are now updated if they're renamed within Obsidian.
  • Quick Tools: Added a scroll icon for JS + Dataview items, and the Templater icon for Templater items.

Fixes

  • Scripts: Function dropdown was empty when switching between script item types; now shows "Select a function...".

Full Changelog: 1.15-beta-3...1.15-beta-5

v1.15-beta-3

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

Install the beta via BRAT (instructions). It's recommended that you try out scripting in a sandbox vault.

New Feature 🎉

Adds the ability to execute Dataview, JavaScript (via JS Engine ↗), and Templater queries, expressions, and scripts from Note Toolbar buttons!

Read the documentation

What's not supported

  • Ability to share, copy as callout, or import callouts with script items.
  • Ability to execute script items from callouts.

I need your feedback!

I would really appreciate your questions or feedback in the discussion thread, or in the Google feedback form ↗.

  1. Do your existing scripts work as expected?
    • If not, what changes did you have to make in order for it to work as desired?
  2. Does configuration make sense?
    • Should I add or change anything?
  3. Try out the Note Toolbar Script callouts for output, and let me know what you think.
  4. Does the documentation and help text make sense?
    • Should I add or change anything?

Thanks for trying this out!


Full Changelog: 1.14.9...1.15-beta-3

v1.14.9

18 Oct 14:02
Compare
Choose a tag to compare

Fixes

  • All settings windows should now close properly, regardless of where you open What's New from.

Full Changelog: 1.14.8...1.14.9

v1.14.8

18 Oct 13:11
Compare
Choose a tag to compare

Improvements 🚀

  • Moved What's New into a new tab view (instead of a custom dialog), like how Obsidian itself presents its release notes.
    • Was able to remove a bunch of CSS and a custom modal window, in favor of a more familiar look and feel for Obsidian users.

Full Changelog: 1.14.7...1.14.8

v1.14.7

17 Oct 18:41
Compare
Choose a tag to compare

Fixes

  • Toolbar disappears when switching between views (#164) Thanks for reporting @anareaty!

Full Changelog: 1.14.5...1.14.7

v1.14.5

17 Oct 15:27
Compare
Choose a tag to compare

Fixes

  • Changes to toolbar item visibility settings were applying to all items (#163). Thanks @laktiv!

Full Changelog: 1.14.4...1.14.5