github johansan/notebook-navigator 2.4.0

latest releases: 3.4.1, 3.4.0, 3.3.7...
7 months ago

New

  • Property browser. You can now browse file properties in the navigation pane. Properties are organized in a tree showing property keys and their values with file counts, just like tags. Supports custom colors, icons, context menus, and drag and drop. Just right-click "Properties" and choose "Add property key" to get started!
  • Create new note in tag. Right-click a tag in the navigation pane and select "New note" to create a file with that tag. Respects Obsidian's "Default location for new notes" setting. This makes it possible to finally work 100% in the tag browser in Notebook Navigator.
  • Filter search: folder filters. Filter notes by folder with "folder:" and "-folder:" tokens. Supports both wildcards "folder:notes" and specific paths "folder:/work/meetingnotes".
  • Filter search: extension filters. Filter files by extension with "ext:" and "-ext:" tokens. For example, "ext:pdf" to show only PDF files or "-ext:md" to exclude markdown files. Can be combined with other filters.
  • Folder notes now read and write icon, color and background color to frontmatter! A new setting List > Frontmatter > Background field is used to read and write background color.
  • New setting: Shortcuts > Recent notes > Hide notes. You can now hide folder notes from recent notes, useful if you name all your folder notes the same name.
  • New setting: General > Auto reveal > Use shortest path. Default enabled, if enabled auto-reveal will select the nearest visible ancestor folder or tag. If disabled, auto-reveal will select the file's actual folder and exact tag.
  • New setting: List > Property to sort by > Secondary sort. Defines what to sort by for files which do not have the custom property. Can be title, file name, date created or date edited.
  • New command: Navigate to property. Opens a fuzzy search modal listing all property keys and values. Selecting one navigates to it in the navigation pane.
  • New icons for tags, property keys, and property values in the navigation pane. Configurable in settings.
  • Public API 1.3: Property metadata and navigation. New methods for getting and setting property colors, background colors, and icons. New navigateToProperty() method for navigating to properties in the UI.

Improved

  • Subfolder group headers in list pane are now clickable when grouping by folder.
  • The setting "Hide notes with properties" was renamed to "Hide notes with property rules". You can now hide properties with specific keys values, like status=done, or published=true.
  • Tags and properties in File Item now show custom icons within the pills if set. This makes it much easier to know which property is showing.

Changed

  • Removed the setting Save icons and colors to frontmatter. Icons and colors are now always saved to frontmatter if frontmatter metadata is enabled.
  • Settings are now organized in a two-level hierarchy with icons. Main groups (General, Navigation Pane, List Pane, Calendar) now have subtabs for easier navigation.
  • Most placeholders now use english property names for all locales.

Fixed

  • Fixed an issue where moving files did not update list pane until refreshing the view.
  • Fixed an issue where full month calendar in navigation pane always reserved 6 lines, even if month had 4 or 5 weeks.
  • Fixed an issue where clicking on a week in calendar view opened wrong week in some locales.

Don't miss a new notebook-navigator release

NewReleases is sending notifications on new releases.