Skip to content

3.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jun 11:33
· 4 commits to main since this release
24c95ae

This release makes Notebook Navigator start MUCH faster! Most feature code now loads the first time you use a feature instead of while Obsidian starts up, and several background tasks no longer run during plugin load. Many users will see almost a tenfold improvement to startup time.

New

  • New icon and color picker! Redesigned and merged the icon and color pickers into a unified panel with preview, saturation/value rectangle and a new hue slider.
  • Added a Reveal file button in the list pane toolbar. Default disabled, enable it with Settings > Appearance & behavior > Toolbar buttons.

Improved

  • Startup speed. The code that runs commands now loads the first time you run a command instead of during startup.
  • Startup speed. The navigator and calendar views now load their code when Obsidian opens them instead of during startup.
  • Startup speed. The settings screen now loads when you open settings instead of during startup.
  • Startup speed. Detecting folder notes no longer loads the full folder note creation and opening code during startup.
  • Startup speed. The emoji keyword database now loads when you search emoji or show emoji icon names instead of during startup.
  • Startup speed. External icon packs now initialize only when you have enabled or are managing them instead of during startup.
  • Startup speed. Preview text now fills in when it is first shown instead of running a background scan during startup.
  • Startup speed. Non-English languages now load their translation directly instead of loading English first and then merging.
  • Startup speed. The version check no longer loads the full release notes during startup.
  • Navigate to folder, Navigate to tag, and Navigate to property now keep the current single-pane view after selection.

Fixed

  • Calendar. Fixed stale task indicators in the right-sidebar calendar when the main Notebook Navigator view was closed.