github johansan/notebook-navigator 1.0.16

latest releases: 1.7.2, 1.7.1, 1.7.0...
4 months ago

New: Wildcard support for excluded folders

  • Added pattern matching for folder exclusions with wildcard support
  • Use assets* to exclude all folders starting with "assets"
  • Use *_temp to exclude all folders ending with "_temp"
  • Exact matches still work as before

Improvement: Completely rewrote the preview text extraction system for massive performance gains

  • 16x faster markdown stripping using single-pass regex instead of 16 sequential operations
  • Up to 60x faster preview extraction for large documents by combining operations and early exit
  • Pre-compiled all regex patterns to eliminate runtime compilation overhead
  • Optimized for mobile devices and large vaults

Added the "Collapse all folders" button to mobile interfaces

Don't miss a new notebook-navigator release

NewReleases is sending notifications on new releases.