ObsidianToAnki / Obsidian_to_Anki

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

Ignore context and link field for regex templates #574

Open gruberjonas opened 2 months ago

gruberjonas commented 2 months ago

When adding cards via regex recognition, it will input the first capturing group in the first field of the notetype, the second one in the next field and so on. If the context gets written in the first field it will be overriden. Would be helpful if that would not be the case and automatic filling of fields would then just start with the next field in order.

Best, Jonas