reuseman / flashcards-obsidian

🎴 An Anki plugin for Obsidian.md
MIT License
870 stars 86 forks source link

Create flashcard until next header #167

Open wawa-dan opened 1 year ago

wawa-dan commented 1 year ago

Hello,

For now, when we set # card on a header, it will set the following lines in the back side of the card, but only until a paragraph break / empty line.

I wonder why. From my point of view it should take all the content until the next header of the same level of of an upper level If I set the a card tag on an header of level two, I except it put in the back side of the card all the content until the next level two header or level one header. (if there's sub level 3 header under the level 2, I expect to have them in the card)

Do you agree with this approach ?