st3v3nmw / obsidian-spaced-repetition

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

[FEAT]: Add multiple clozes in the same flash card #1144

Open 4sherlul opened 1 month ago

4sherlul commented 1 month ago

Is your feature request related to a problem? Please describe.

The way clozes work now is you can only remember one item from a list per card, or all of them at once. In my opinion this feature is one of the biggest advantages anki has to this plugin.

Describe the solution you'd like

I wish that there was an option to have multiple clozes within the same flashcard. This would allow you to memorize lists in order per say.

Additional context

No response

st3v3nmw commented 1 month ago

Hi.

With the new cloze patterns, I think this is currently supported:

==[123;;]answer[;;hint]==

For instance, this pattern picks up ==highlights== but you can add Anki-like sequencing. For instance ==1;;this== and ==1;;this== creates a single card (similar to Anki's {{c1:this}} and {{c1::this}} creates a single card):

image

You can also add hints to your clozes, so for instance ==this;;hint== will be rendered as:

image