IMPROVEMENTS
Greatly improved 'Read metadata from frontmatter'!
- Timestamp format will now no longer fallback to ISO 8601 if parsing fails and will instead show you the number of failed files.
- You can now export the files that could not be parsed with your Timestamp format! This markdown file will be saved in your root vault so you can click on the links to go directly to the notes that failed parsing!
- You will now see detailed statistics for each field being parsed
Also! Slim mode can now also show clickable tags. If you only want note title and tags in your list you got it!
FIXES
Implemented five fixes for Obsidian plugin approval:
- Ribbon icon now remains in place after plugin load instead of disappearing/reappearing based on Navigator view state, preserving user's custom ribbon ordering
- Replaced direct localStorage usage with Obsidian's vault-specific storage API to properly isolate data between different vaults on the same device
- Replaced verbose toggleClass() calls with cleaner toggle() API for showing/hiding UI elements
- Replaced custom type guard functions with standard instanceof checks, aligning with Obsidian API best practices
- Removed dynamic ribbon icon management that could interfere with user preferences and cause unexpected UI behavior
Fixes are documented in obsidianmd/obsidian-releases#6886