ObsidianToAnki / Obsidian_to_Anki

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

neuracache regex does not generate flashcards for an md file with 940 lines #544

Open srustamo opened 7 months ago

srustamo commented 7 months ago

With a default regex for neurache and two #flashcard tags, I run Scan Vault on the attached md file.

No cards are generated.

But if I delete the very last line (line number 940), then I get the two flash cards.

Is there a limit on the file lines for the neurache regex to work?