Skip to content

Releases: chrisgurney/obsidian-note-toolbar

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

v1.2

22 Mar 17:35
Compare
Choose a tag to compare
v1.2 Pre-release
Pre-release

Changelog

  • build: updated to 1.2
  • docs: planning how to add variables to labels
  • refactor: genericized replaceVars, removed unused code
  • refactor: made variable check a reusable function
  • docs: added mention that URLs can now be note names as well
  • docs: added mention that URLs can now be note names as well
  • feat: URLs can be note names
  • chore: store + read urlAttr as data attributes
  • chore: added urlattr settings + updated migration
  • chore: temporary method to support note links in urls

v1.1.1

21 Mar 17:55
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

Changelog

  • build: updated to 1.1.1
  • fix: url variables not resolving for all items in a toolbar
  • docs: readme updates
  • docs: readme updates
  • docs: readme style clarification
  • docs: readme style formatting
  • docs: readme edits