Skip to content

Releases: chrisgurney/obsidian-note-toolbar

v1.13-beta-7

18 Sep 19:53
Compare
Choose a tag to compare
v1.13-beta-7 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

Improvements 🚀

  • Style changes for the What's New window.
  • What's New content is now localizable.
  • Added the help section to bottom of Toolbar settings window.
  • Text changes to What's New and Help windows.

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

v1.13-beta-6

18 Sep 17:02
Compare
Choose a tag to compare
v1.13-beta-6 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

Improvements 🚀

  • What's new window, featuring the highlights from the latest release. Open settings and click/tap on the What's new button/link at the top.

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

v1.13-beta-5

17 Sep 00:52
Compare
Choose a tag to compare
v1.13-beta-5 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

Minor text and style changes.


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

v1.13-beta-3

16 Sep 20:20
Compare
Choose a tag to compare
v1.13-beta-3 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

Restyled help section in Settings on mobile.


Full Changelog: 1.13-beta-2...1.13-beta-3

v1.13-beta-2

16 Sep 17:30
Compare
Choose a tag to compare
v1.13-beta-2 Pre-release
Pre-release

Beta release. Install via BRAT. Instructions

New Features 🎉

  • Adds a What's New and Help window in settings, to point users to documentation, support, and feedback.
  • Adds toolbars to the file menu.
    • When right-clicking on an internal link, the toolbar is for the linked note. Toolbars are not shown in the File menu for the active file.
    • On desktop the items are within a sub-menu that shows the toolbar's name (next to Note Toolbar's icon).
    • On mobile the items are added directly to the menu.
    • Thanks to @imeed166 for the idea!

Improvements 🚀

  • On desktop, sub-menu (items) are displayed within Obsidian's submenu UI.

Full Changelog: 1.12.5...1.13-beta-2

v1.12.5

15 Sep 14:35
Compare
Choose a tag to compare

See everything else new in the release notes for 1.12.1.

Changelog

  • docs: clarify language for Ribbon icon action setting

v1.12.4

15 Sep 14:31
Compare
Choose a tag to compare

See everything else new in the release notes for 1.12.1.

Changelog

  • docs: simpler language for Ribbon icon action setting

v1.12.3

15 Sep 12:59
Compare
Choose a tag to compare

See everything else new in the release notes for 1.12.1.

Changelog

  • fix: show items without labels/tooltips that have links

v1.12.1

15 Sep 12:31
Compare
Choose a tag to compare

New Features 🎉

Translations 🌐

Thanks to some generous volunteers, the Note Toolbar plugin UI and Style Settings have been translated to:

  • Chinese Simplified (简体中文) by @Moyf
  • German (Deutsch) by @hartimd
  • Ukrainian (Український) by @laktiv

If you would like to help contribute (add or review) translations, let me know; I’ll have updated instructions soon.

Quick access to all of your tools and toolbars

Quickly access tools and toolbars wherever you are with Quick Tools.

How it works:

  • Open with the Note Toolbar: Open quick tools or Note Toolbar: Open quick toolbars commands.
  • Simply select the item and it will use it as if you triggered it from the toolbar.
  • Map a hotkey to the Quick Tools command, or add to your existing toolbars for access to the kitchen sink!
  • Set the ribbon icon (on phones) to open the Quick Tools window, or the Quick Toolbars window. Check the Other section for the new setting.

Notes about Quick Tools and Toolbars:

  • Icons help identify File and URI item types; commands do not have icons.
  • Menus are not shown in the list.
  • Pressing or Backspace in the window when the search field is empty will navigate back to the Quick Toolbars window.
  • Open File items in various views:
    • use a mouse and modifier keys to open in a new tab, split view, or window.
    • use the keyboard to open in a new tab (cmd / ctrl + enter) or in a split view (cmd+option / ctrl+alt + enter).
  • Only items set to be visible on the current platform are shown.
  • The window can be styled in Style Settings.

💡 Tip: Eliminate duplicates in the list by making sure they have the same label or tooltip.

Improvements 🎉

  • File-type items are now updated when the linked file in the vault is renamed.
  • Toolbar Focus mode now supports opening File items via keyboard in various views, but only if these hotkeys are not already mapped in Obsidian's settings:
    • in a new tab via cmd / ctrl + enter
    • in a split via cmd+option / ctrl+alt + enter

Fixes

  • The Note Toolbar Ribbon icon is now only added on phones (not tablets).
  • Changed how the focus effect (i.e., the item's outline) is applied to items when using keyboard navigation (Focus command), so that it fixes two issues: the focus effect should display properly on all devices, and should not stick after tapping an item. Thank you @FelipeRearden

v1.12-beta-23

15 Sep 01:14
Compare
Choose a tag to compare
v1.12-beta-23 Pre-release
Pre-release

Changelog

  • chore: infra for accessing toolbars from the file menu
  • refactor: getMatchingToolbar -> getMappedToolbar
  • fix: missed translation string Thanks @Moyf
  • chore: ZH translation updates from @Moyf
  • chore: infra for Help window
  • chore: deemphasize edit button style + add learn more link
  • chore: EN settings text updates
  • chore: function to add leading icons to text in settings