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