reuseman / flashcards-obsidian

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

fixes issue #86 #91

Closed lukePeavey closed 2 years ago

lukePeavey commented 2 years ago

Issue: cards are ignored if they have tags that include a number (#86)

Fix: adjusted the flashscardsWithTag RegExp so it matches tags that include numbers.

I tested this locally. The following example now generates a card as expected.

### Some header #card #my-card-1

Some text

Closes #86