Hi, I have thousands of cloze cards in the form: Question? {{c1::Answer.}}
I’d like to convert all of them from cloze to basic cards, such that
“Question?” is mapped to front.
“Answer.” is mapped to back.
Is it possible?
Thanks
Hi, I have thousands of cloze cards in the form: Question? {{c1::Answer.}}
I’d like to convert all of them from cloze to basic cards, such that
“Question?” is mapped to front.
“Answer.” is mapped to back.
Is it possible?
Thanks
(.*)\{\{c1::(.*)\}\}
replace with
$1|$2
\|.*
Replace with nothing
6. Again for the back field, this time find:
.*\|
and replace with nothing.