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

[Feature] Deck override in card #608

Open slopez31 opened 2 months ago

slopez31 commented 2 months ago

Hello, A nice feature would be adding a deck override option. The deck option in YAML(or other) file stay used by default, and if the option deck is in the note field it will be used instead.

In any case, it's a great plugin, great job!

Bye Stephane

example :


target-deck: default-deck

START {Note Type} This note go in default deck Tags: END

START {Note Type} This note go in an other deck target-deck: deck-override Tags: END