Skip to content

Releases: chrisgurney/obsidian-note-toolbar

v1.14-beta-19

12 Oct 00:19
Compare
Choose a tag to compare
v1.14-beta-19 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

The v1.14 release is very close to finalization, and I would love some help with testing. See the announcement for everything new in v1.14.

Fixes

  • Import: Icon name with numbers was not translating back to Lucide format correctly.

Full Changelog: 1.14-beta-18...1.14-beta-19

v1.14-beta-18

12 Oct 00:08
Compare
Choose a tag to compare
v1.14-beta-18 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

The v1.14 release is very close to finalization, and I would love some help with testing. See the announcement for everything new in v1.14.

Fixes

  • Import: Toolbar names were not importing if the callout had no styles.
  • Import: Internal links were not resolving into proper filenames (i.e., Welcome was not turning into Welcome.md)

Full Changelog: 1.14-beta-17...1.14-beta-18

v1.14-beta-17

11 Oct 22:57
Compare
Choose a tag to compare
v1.14-beta-17 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

The v1.14 release is very close to finalization, and I would love some help with testing. See the announcement for everything new in v1.14.

New Feature 🎉

Commands to make building callouts easier

Note Toolbar: Copy URI for command

Lets you select a command and then copies its URI to the clipboard. Example output:

obsidian://note-toolbar?command=workspace:toggle-pin

Note Toolbar: Copy callout item for command

Lets you select a command, and then copies a Note Toolbar Callout line to the clipboard. Example output:

[]()<data data-ntb-command="workspace:toggle-pin"/> <!-- Toggle pin -->

...then all you need to do is choose what the item should look like in the link's text ([]).


Full Changelog: 1.14-beta-16...1.14-beta-17

v1.14-beta-16

11 Oct 14:04
Compare
Choose a tag to compare
v1.14-beta-16 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

The v1.14 release is very close to finalization, and I would love some help with testing. See the announcement for everything new in v1.14.

New Feature 🎉

  • Add toolbars from callouts in the toolbar list (in Settings), without having to create a toolbar first. Look for the import button above the toolbar list.

Changes

  • Docs: Changed "Importing" language to "Create"/"Add"
  • Fix: Typo in What's New.

Full Changelog: 1.14-beta-15...1.14-beta-16

v1.14-beta-15

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

Beta release. Install via BRAT. Instructions

The v1.14 release is very close to finalization, and I would love some help with testing. See the announcement for everything new in v1.14.

New Feature 🎉

  • Share: Option to share toolbar links as HTTP URLs, as obsidian:// (custom) URI protocols are not allowed in some places (Discord, GitHub wiki). This is now the default.

Improvements

Fixes

  • Added extra padding to import/export/share modals on phones, as they were very close to the edge.

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

v1.14-beta-14

09 Oct 16:30
Compare
Choose a tag to compare
v1.14-beta-14 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

New Feature 🎉

  • Import callout items directly into an existing toolbar, with the new import button (above the toolbar's item list).
    • The callout's heading is not required. If provided, styles, and the imported callout toolbar name, are ignored.

Improvements 🚀

  • Share: Menus are now output as their names versus their IDs, to give the recipient more context as to what the menu was for.
  • Share: Displays warning message if URI exceeds 2,048 characters (i.e., for large toolbars), which some browsers apparently don't support; Chrome and Safari seemed fine though.
  • Import: Refined invalid command CTAs, taking into account built-in Obsidian commands.
  • Import: Note Toolbar URI properties that were encoded are now properly decoded on import.
  • Import: Menu field now retains the imported name, and shows an error, if it's invalid.
  • Import: Error notification now dismisses after a while, versus staying up until dismissed.

Fixes

  • Duplicated toolbar items without changes now update the settings UI, save the change, and re-render the toolbar.
  • Import: Encoded URI commands/folders/menus are now decoded.
  • Import/Export/Share: Modals now use proper body fonts.

Full Changelog: 1.14-beta-13...1.14-beta-14

v1.14-beta-13

09 Oct 00:07
Compare
Choose a tag to compare
v1.14-beta-13 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

Improvements 🚀

  • Refined import confirmation modal and disclaimers/warnings.
  • Import URI now double-checks provided content is actually an NTB callout.

Fixes

  • NTB callout right-click menu wasn't appearing in case where callout heading didn't have styles.

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

v1.14-beta-12

08 Oct 16:28
Compare
Choose a tag to compare
v1.14-beta-12 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

Improvements 🚀

  • Import: If there's an unknown command, the error now shows a link to the plugin's Obsidian page for the user to optionally install/enable it. Invalid commands now show more specific messaging if none of the command suggester options are selected.

Full Changelog: 1.14-beta-11...1.14-beta-12

v1.14-beta-11

08 Oct 14:16
Compare
Choose a tag to compare
v1.14-beta-11 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

Improvements 🚀

  • Quick Toolbars: Items are kept in order they're displayed in the toolbar, when browsing by toolbar. Thanks to @Glint-Eye for the suggestion.
  • Added an Import confirmation dialog for URIs opened from shared URIs, showing a preview of the toolbar to be imported.

Fixes

  • "Learn more" links were not being highlighted consistently when they have keyboard focus.

Full Changelog: 1.14-beta-10...1.14-beta-11

v1.14-beta-10

07 Oct 19:31
Compare
Choose a tag to compare
v1.14-beta-10 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

Improvements 🚀

  • Sharing: Adds a confirmation modal, where you can preview and copy the share URI to your clipboard, and learn more about how sharing works (docs TBD).
  • Settings: Adds the toolbar Delete... option to the "More" (...) menu in the toolbar list.
  • Settings: Adds a subtle animation when there's an error to highlight, in the toolbar item list.
  • Import: More error reporting for invalid icons, and callout lines.

Fixes

  • Supports importing of non-Lucide icons (icons added by other plugins), such as Templater's icon.

Full Changelog: 1.14-beta-9...1.14-beta-10