Skip to content

Option to automatically add tags from frontmatter of md file to anki card #669

@Enniways

Description

@Enniways

The idea is that with multiple anki cards being created in one md file like this, I could define a tag in the front matter that automatically gets added to all anki cards:

Q: Question1
A: Answer1
\#tagx \#tagy
...
Q: Question2
A: Answer1
\#tagx
.........
Q: Question3
A: Answer1
\#tagx \#tagz

To:

---
tags:
       - tagx
---
Q: Question1
A: Answer1
\#tagy
...
Q: Question2
A: Answer1
.........
Q: Question3
A: Answer1
\#tagz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions