Commit graph

16 commits

Author SHA1 Message Date
Andre Perunicic
a71dc21494
Add mostly tag-based filtering to review interface (#46)
* 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
2026-01-06 00:22:04 -05:00
Andre Perunicic
84eb3cdc26 Implement repetition on specific weekdays 2025-06-22 21:48:28 -04:00
Andre Perunicic
b1c8312929 Update README to mention the new default interval setting 2024-09-03 16:27:45 -04:00
Andre Perunicic
c263b5b2c1 Mention that properties are carefully modified in the README 2024-07-28 22:45:42 -04:00
Andre Perunicic
b6f03d2b8b field --> property; fix typo 2024-07-21 19:03:06 -04:00
Andre Perunicic
8a809fc984
Add a section about customizing styles (#35) 2024-07-21 14:54:55 -04:00
Andre Perunicic
e90345d5d8
Support repeat: never and revamp README (#34)
* Update obsidian and dataview dev deps

* Allow explicitly disabling repetition

* Simplify the readme and add more screenshots
2024-07-21 14:51:59 -04:00
Andre Perunicic
be0be45431 Remove line breaks from paragraphs 2023-06-03 23:56:41 -04:00
Andre Perunicic
4cdf8b081d
Streamline the README (#23) 2023-05-31 21:58:51 -04:00
Andre Perunicic
0ce75d1de6 Mention script for adding repeat field to notes in README 2023-02-25 21:54:36 -05:00
Andre Perunicic
b3ddfedeb3 Update wording in the README 2023-02-20 20:06:06 -05:00
Andre Perunicic
86b8205547 Prepare release of version 1.4.0 2023-02-20 19:46:49 -05:00
Andre Perunicic
6505fa94bc Mention evening repetition in the README 2022-11-02 23:59:11 -04:00
Andre Perunicic
18d87f9c13 Fill out README 2022-10-03 21:37:25 -04:00
Andre Perunicic
f77fa5a36e Refactor sample plugin into a skeleton for the repeat plugin 2022-09-11 19:15:31 -04:00
Andre Perunicic
fdcbe9dd72 Initial commit 2022-08-27 22:07:01 -04:00