obsidian-spaced-repetition
obsidian-spaced-repetition copied to clipboard
[FEAT] Support Q and A style
Is your feature request related to a problem? Please describe.
This is possible in Obsidian_To_Anki and is a very readable format for creating Basic cards.
Q: A question - the frontside A: The answer - The backside
It is easy to read and easy to remember how to write it for proper cards.
Describe the solution you'd like
This regex from Obsidian_To_Anki plugin could solve it:
^Q: ((?:.+\n)*)\n*A: (.+(?:\n(?:^.{1,3}$|^.{4}(?<!<!--).*))*)
See more here: https://github.com/Pseudonium/Obsidian_to_Anki/wiki/Question-answer-style
Additional context None at the moment. Thanks for a great plugin.