ObsidianToAnki / Obsidian_to_Anki

Script to add flashcards from text/markdown files to Anki
GNU General Public License v3.0
1.54k stars 136 forks source link

Header paragraph style modification possible? #611

Open vanaguy8 opened 2 months ago

vanaguy8 commented 2 months ago

Hello! I was wondering if it would be possible to alter the header-paragraph regex so that the back of the card stops after a triple line break, instead of double line break. This would allow me to have a space between multiple paragraphs on the same back of a card. For example,

## Heading (front of card)
Here I talk about the back of the flashcard, wee. I love Obsidian_to_Anki, it's so great!

But now I would like to transition to a new idea and have some space between these concepts. But this line is not included :(

I've attached an image of what currently happens if I try to leave any whitespace in on the back of the card. Let me know if there's any hope for a regex that can solve this issue! Thank you very much.

image