Skip to content

Releases: chrisgurney/obsidian-note-toolbar

v1.3.1

27 Mar 19:01
Compare
Choose a tag to compare

New Feature 🎉

  • New command: Note Toolbar: Focus, which puts keyboard focus within the toolbar. You can then navigate between items using the arrow keys, and click using enter or spacebar. (Thanks for the suggestion @FelipeRearden!)

Changelog

  • feat: new command to set focus for keyboard navigation
  • chore: missed console.logs behind debug flag (Thanks @mAAdhaTTah!)

v1.3.0

26 Mar 19:22
Compare
Choose a tag to compare

Public Beta release of Note Toolbar 🎉

v1.3.0 marks the first public release of Note Toolbar, a plugin for Obsidian that lets you create customizable toolbars for your notes.

Features

  • Create toolbars with items that link to URIs or notes.
  • Designed to fit cleanly with Obsidian's UI.
  • Use variables to sub in the note's title or properties into toolbar links.
  • Toolbars appear on notes based on their folders, or based on a property.
  • Note Toolbar callouts let you create and place toolbars anywhere within your notes.
  • Set optional tooltips for each item.
  • Style toolbars by adding a border, sticking them on scroll, aligning items or centering or evenly spacing them.
  • Override these styles on mobile.
  • Hide items based on whether you're on desktop or mobile.
  • Examples with step-by-step instructions available in the User Guide.

📖 Get started by checking out the User Guide to learn about all of its features, and for examples.

🛟 Need help? Ask a question or request a feature! If you run into something that looks like a bug, please log an issue.

v1.2.9

26 Mar 16:34
Compare
Choose a tag to compare
v1.2.9 Pre-release
Pre-release

Changelog

  • pushed manifest with new version (forgot to do this)

v1.2.8

26 Mar 16:05
Compare
Choose a tag to compare
v1.2.8 Pre-release
Pre-release

Improvements

  • Fixes issues previously noted in Known Issues, including for the Minimal theme.
  • Updates for documentation moved to wiki from README, including a lot more detail now added there.

Other Changes

  • Preparation for submission to Community Plugins.

Changelog

  • fix: ignore dataview import for now
  • chore: added funding url
  • docs: added and updated links to user guide
  • docs: added and updated links to user guide
  • build: removed dataview for now
  • build: npm update
  • fix: top margin inconsistent between reading and source modes
  • docs: deep link to examples from settings
  • fix: callout hover box-shadow past edges of sticky toolbar
  • refactor: normalizepath and debounce folder mappings
  • fix: minimal theme toolbar sticky position too high
  • refactor: var -> let
  • refactor: use registerEvent for listeners so obsidian can remove them
  • refactor: use innerText instead of innerHTML

v1.2.6

25 Mar 19:47
Compare
Choose a tag to compare
v1.2.6 Pre-release
Pre-release

Changelog

  • fix: toolbar disappearing due to unrelated metadata cache updates
    • this was probably more my issue as BRAT was updating a file in the background, triggering this scenario... and I wasn't paying attention to the actual error message at the time

v1.2.5

25 Mar 19:32
Compare
Choose a tag to compare
v1.2.5 Pre-release
Pre-release

Changelog

  • fix: error when prop var was a list

v1.2.4

25 Mar 19:06
Compare
Choose a tag to compare
v1.2.4 Pre-release
Pre-release

Changelog

  • feat: support to call a simple javascript function (with no parameters)
  • fix: internal link props as link variables not handled
  • style: moved float options down the style list to reduce confusion with align options

v1.2.3

24 Mar 13:37
Compare
Choose a tag to compare
v1.2.3 Pre-release
Pre-release

Changelog

  • fix: (attempt) reading mode might need more time before elements loaded
  • fix: (attempt) reading mode might need more time before elements loaded
  • docs: updated readme thanks

v1.2.2

24 Mar 12:36
Compare
Choose a tag to compare
v1.2.2 Pre-release
Pre-release

Changelog

  • fix: hopefully reliable way to render toolbars + support for reading view
  • fix: AnuPpuccin theme: background color of callouts in callouts should inherit

v1.2.1

22 Mar 20:08
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release

Changelog

  • build: updated to 1.2.1
  • docs: field description changes to include notes
  • fix: debounce text input settings changes
  • fix: debug output for migration outdated