Notebook Navigator 2.6.3 adds CodeQL security scanning and OpenSSF Scorecard checks to all releases, with current security status visible in the official repo at https://github.com/johansan/notebook-navigator. Every build also runs ESLint with the official Obsidian ESLint plugin and fails on any warning, so code and Obsidian integration issues are caught before release. This gives you a clear signal that the plugin has been checked for security, code quality, and Obsidian compatibility.
New
- Settings. General > Show tooltips > Show word count. Shows word counts in tooltips.
- Commands. Toggle tags by selection and Toggle properties by selection.
Improved
- Calendar. Calendar now keeps the displayed date when switching between the left and right sidebar.
- Search. Property value filters now match substrings, so ".author=chomsky" matches values such as "Avram Noam Chomsky" and "Chomsky et al.".
- List pane. Sort and appearance menus in list pane now include options for "Change default settings" to open settings.
- Internal. Updated all third-party libraries used by the plugin to their latest versions.
- Internal. Improved robustness across services, modals, and content providers.
Changed
- Calendar. The setting "Calendar > Month name format" now applies to all views.
- List pane. The grouping options in list pane (group by date, folder or no group) are moved from the appearance menu to the sort menu.
- Settings. Removed the setting List > Display > Variable note height. It made no sense keeping it with the new variable line height feature.
- API. API metadata icon fields now return the same icon format as stored in frontmatter.
- Internal. Minimum supported Obsidian version is now 1.11.0.
Fixed
- Navigation pane. Fixed rainbow colors on file tags not showing in list pane when tags used uppercase letters.
- List pane. Fixed incorrect row heights in list pane (virtualizer breaking) after changing calendar settings or navigating certain folders.
- Settings. The two settings List > Notes > "File name icon map" and "File type icon map" now work correctly again. They broke after the icon format was introduced in 2.6.2.