Skip to content

Releases: chrisgurney/obsidian-note-toolbar

v1.8.0-beta-3

16 May 19:23
Compare
Choose a tag to compare
v1.8.0-beta-3 Pre-release
Pre-release

Changelog

  • chore: (attempt) drag and drop vibration on mobile
  • fix: only the drag and drop list handle should be draggable

v1.8.0-beta-2

16 May 15:05
Compare
Choose a tag to compare
v1.8.0-beta-2 Pre-release
Pre-release

Changelog

  • style: settings list drag and drop styling
  • style: moved trash icon to start of line

v1.8.0-beta-1

16 May 13:59
Compare
Choose a tag to compare
v1.8.0-beta-1 Pre-release
Pre-release

This is a small beta cycle that includes various improvements to the settings UI, starting with drag-and-drop lists.

Changelog

  • feat: drag and drop folder mappings in settings
  • build: added sortablejs dependency

v1.7.28

15 May 14:21
Compare
Choose a tag to compare

Improvements 🎉

  • Settings: Added a button to collapse/expand toolbar items from view.
    • This makes it easier to skip down to the Position and Styles sections to make changes.
    • Items are expanded by default, and the heading shows an item count when collapsed.

CleanShot 2024-05-15 at 10 25 20@2x

Changelog

  • chore: settings: only add item collapse button if there's 1+ items
  • feat: settings: put items list in collapsible section
  • refactor: moved focus-within CSS rules into reusable rules

v1.7.27

15 May 01:09
Compare
Choose a tag to compare

New Feature 🎉

  • Adds auto-hide style, which hides the toolbar from view until it's hovered over. Note that it only applies on desktop. Thanks @fredjoe7 for the suggestion!

CleanShot 2024-05-14 at 21 21 40

Improvements 🎉

  • On Android, by default the floating button design is now closer to the Material design version (i.e., square with rounded corners).

Changelog

  • feat: floating button style for Android now closer to Material design
  • style: settings: change name title to be heading
  • style: settings: change items section title to be heading
  • feat: auto-hide style for desktop + style disclaimer handling (#66)

v1.7.26

13 May 18:30
Compare
Choose a tag to compare

Changelog

  • fix: (attempt) new toolbar item scrollIntoView not working on mobile

v1.7.25

13 May 17:31
Compare
Choose a tag to compare

Changelog

  • docs: added settings link to guide: nav bar access
  • fix: (attempt) new toolbar item scrollIntoView not working on mobile

v1.7.23

13 May 02:56
Compare
Choose a tag to compare

Small improvements to the settings UI.

Changelog

  • settings: bring new toolbar item into view when creating
  • settings: clearer help for the nav bar option
  • settings: limit Styles dropdown to show non-active options

v1.7.22

11 May 02:43
Compare
Choose a tag to compare

Includes everything in the 1.7.21 release as well as:

Improvements 🎉

  • Should reduce flickering experienced when moving between notes, if your toolbars are in the top position.

Fixes

  • Removes bullet and link decorations added to items by ITS theme. Thanks phroggies70!

Changelog

  • perf: remove unnecessary deletion of toolbar if not position: Property
  • fix: bullet and link decoration added to items by ITS theme

v1.7.21

10 May 16:39
Compare
Choose a tag to compare

The v1.7 release is all about about the mobile experience!

New Features 🎉

Position:

  • Position toolbars by platform: Desktop or Mobile
  • Select the Floating button position (mobile only) to:
    • Add a button to the bottom left or right in the editor
    • When tapped, it opens your toolbar as a "menu toolbar"
    • Select your own icon (see new setting below)
    • Customize the look via the Style Settings plugin
  • A new position = Hidden option completely hides the toolbar, which is useful if you just want to access toolbars from the navigation bar (see below).

  • Access the toolbar from the navigation bar (mobile only):
    • On mobile, go to Obsidian settings: Appearance > Ribbon menu > Manage and select Note Toolbar (or select it from the ribbon menu) to add it to your navigation bar
    • Select your own icon (see new setting below)

  • Quickly toggle between the Top (fixed) and Below Properties positions after right-clicking on a toolbar

CleanShot 2024-05-10 at 10 02 23@2x

New mobile-only settings (below the folder mappings section) to:

  • Change the icon in the navigation bar / floating button
  • Toggle an Edit toolbar link in the menu toolbar, for convenience

Visibility:

  • When adding toolbar items, set whether the icons, and/or label is shown (or neither) on desktop or mobile
    • Menu toolbars show the icon and label, or use the tooltip if a label is not set.

Commands:

  • New Open toolbar settings command that opens the settings for the toolbar on the present note

Style Settings plugin:

  • Reorganized styles under sub-headings to hopefully make easier to find: Colors, Positioning, Sizing and Spacing, and Style
  • Added settings to adjust toolbar and item spacing

CleanShot 2024-05-07 at 15 30 16@2x

Feedback Wanted 🤝

I'm looking for feedback, as well as help with testing on Android, iOS, and tablets:

  1. What do you think of the look and feel of the floating button, icon, and menu bar?
  2. Would you use the floating button on a tablet?
  3. How well does the button work for you? Are you experiencing any issues with it?
    • I've experienced an issue on iOS where the links in the menu bar no longer work after using the menu for a time, but still need steps to reproduce to understand what's going on there.
  4. Where is the button showing for Android devices?