jasonwilliams / anki

Anki VSCode Plugin
MIT License
273 stars 31 forks source link

Cloze Regex Problem #86

Open xiaoSlash92 opened 1 year ago

xiaoSlash92 commented 1 year ago

Can't use {{c\w+:: to creat cloze card. After change cloze regex to {{c\d+::.+}}, cloze sytanx cards can be sent to anki, but anki tells me that card notetype is wrong, basicWithHighlightVSCode is not a Cloze note type. I have to change notetype manually to make cloze work.

image