* Add tag-based filtering to review interface
Filter due notes using Dataview FROM expressions. Features:
- Collapsible filter drawer with tag shortcuts showing counts
- Custom query input supporting tags, folders, and complex expressions
- Save/load/delete named filter presets
- Filter state persists between sessions
- Shows filtered vs total count in header
* Limit tag display to 6 with expandable +N more button
- Show only 6 tags by default in filter shortcuts
- Add clickable '+N more' button that loads 6 more tags each click
- Style the button with dashed border and hover effect
- Reset displayed count when view refreshes
- Show filter name in count when using saved filters
* Document tag filtering feature in README
* Make status bar clickable and load faster
- Click status bar item to open Repeat view
- Show 'Repeat' text immediately, update count when Dataview ready
- Check if Dataview index already initialized to avoid waiting
* Update README with new screenshots and documentation
- Replace old screenshots with new webp images
- Simplify and reorganize documentation
- Add filtering feature documentation
* Support the hidden Repetition field
* Blur notes with hidden: true in the repeat view
* Allow empty repetition in getRepeatChoices
* Rename replaceOrInsertFields -> updateRepetitionMetadata
About to change the logic to be repetition-specific, so this will better reflect
the semantics.
* Parse the hidden field in every X commands
* Add a toggle for the hidden field to the repetition modal
* Serialize repetition fully and update metadata writing logic
* Parse hidden field as a boolean
* Refactor 'hidden' field parsing into utility function
* Remove unused imports
* Use constant for serialized hidden value
This addresses #4 by always making the note narrow. It would be better
to only apply this style if Editor > Readable line length is toggled on,
if it's posible to inspect user settings.