reuseman / flashcards-obsidian

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

Frontmatter tag nesting recognizes only one level #137

Closed putzwasser closed 1 year ago

putzwasser commented 1 year ago

NOTE: Do you have the last version of the plugin? If not that's probably the problem

Describe the bug Parsing the tags in the frontmatter flashcard recognizes only one level.

To Reproduce

  1. Create a new obsidian note for flashcards
  2. Add tags: [sr/module/unit] to the frontmatter
  3. Add a cloze deletion flashcard
  4. Update
  5. The card has the following tags:
    • sr::module/unit

Expected behavior The flashcard should have the tag sr::module::unit

putzwasser commented 1 year ago

see #138 for a solution