Anki Card Converter
Notice: Early Development Stage
This converter is intended for use with the Multiple Choice for Anki add-on.
It converts Basic Card quiz questions
into AllInOne Card format, which allows selecting options in interactive mode
and highlights the correct answers
Usage
- Clone this repository to your local machine.
- Ensure that you have Python 3.10 and Poetry installed on your machine. The author used Poetry 1.3.1.
- Install the project dependencies using the following command:
poetry install --no-dev
- Export cards as "Notes in Plain Text (.txt)" by choosing menu item "File -> Export (Ctrl + E)".
Note: only "Basic Cards" are supported currently.
- Run the convert script
poetry run convert -i <input file.txt> -o <output file.txt>
- Import converted file in Anki.
Note: to replace oritinal cards with converted, first change their type to AllInOne. Go to "Browse" window, select cards, right click on them and select Notes -> Change Note Type (Ctrl + Shift + M). In drop down menu select "AllInOne (kprim, mc, sc)" and click "Save".