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.45k stars 183 forks source link

[FEAT] Support blank lines in multi-line flashcards #254

Open ananthuthilakan opened 3 years ago

ananthuthilakan commented 3 years ago

Is your feature request related to a problem? Please describe. This is a great plugin , and i wish to bring to your notice about some issue and feature enhancement possibility.

  1. Compatibility issue with markdown prettifier plugin.

the problem : in multiline flash card "?" operator is placed, and if i run markdown prettifier , the prettifier automatically adds a line above and below "?" operator and thus breaks the flashcard.

  1. possible another enhancement for Q and A use case.

image

This is how i am taking Q and A right now because i can get toggle functionality in obsidian this way ( which i think very important for Q and A )

The problem : i cannot use the flash card context as the question itself is written as heading, it will also be included in context. And i wish i can get toggle functionality along with flash card using bulleted list ( or any other way ) rather than using heading as question. ( bulleted list wont work along with multiline operator "?")

  1. line breaks some times need to be included in flashcards
  2. Obsidian has slide functionality , spaced repetition plugin working along with this core plugin will look cool

Describe the solution you'd like

Possible solution for all the problem mentioned above.

Remove the multiline operator and instead bring a Q and A operator ( Ans operator can be bypassed even with a Tab ) add something to end flash card , best possible is "---" as this also work with obsidian core slide plugin.

if below image can be made to work with flash card then it would be great as

  1. it will work with toggle list ( and get toggle functionality for question and answer thus not loosing the big picture of everything we learn )
  2. no problem for markdown prettifier plugin
  3. No problem for obsidian core slide plugin
  4. line breaks wont be an issue as there is flash card end operator "---"

image

Additional context this is my first time posting in github and i love this spaced repetition plugin

ananthuthilakan commented 3 years ago

here is my obsidian page. may be you could have a look . works ok with both slide plugin and spaced repetiton plugin aswell as toggle functionality for not loosing big picture thankyou

Bond Market.md

ronzulu commented 6 months ago

Hi @ananthuthilakan

It seems that your request is to be able to have blank lines in multi-line cards.

I think you are saying that if that was implemented, then that would solve all the compatibility issues you faced.

Is that correct?

Cheers Ronny