st3v3nmw / obsidian-spaced-repetition

Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian.md
https://www.stephenmwangi.com/obsidian-spaced-repetition/
MIT License
1.38k stars 176 forks source link

[FEAT] Support nested tags for reviewing entire notes (e.g. for incremental reading/writing) #453

Open putzwasser opened 2 years ago

putzwasser commented 2 years ago

Is your feature request related to a problem? Please describe. Obsidian supports nested tags (#incrementalReading/wiki or #incrementalReading/article). I tried to add these tags in the spaced repetition notes setting.

Unfortunately, the obsidian-spaced-repetition plugin seems to ignore nested tags.

Describe the solution you'd like It would be nice to have nested tags supported. With that one can group reading topics better.

vasalx commented 2 years ago

@putzwasser If you add #incrementalReading as a cards tag in the plugin and use #incrementalReading/wiki and #incrementalReading/article in the notes, you will get two sub-decks 'wiki' and 'article' under the incrementalReading deck. The subdecks can also share cards: if a note contains both nested tags, cards from it will be present in both sub-decks. At least it is how it works for me.

putzwasser commented 1 year ago

It doesn't work for me: image

Both notes are filed under #incrementalRead and there's no #incrementalRead/wiki nor #incrementalRead/test

All three tags are configured in the settings:

image

How did you configure it to work for you? (Same goes for spaced repetition of flascards, btw; so I guess related to #444 )

putzwasser commented 1 year ago

I guess the "problem" here is related to #495