If you have ever experienced an error in Anki and the only solution is reinstallation, then all your beloved add-ons would most likely disappear. It is painful to go through the add-on page to get those add-on codes. Even worse when you have to rely on your memory which add-ons you used previously.
An application that would extract all your add-on's code (numbers), so you could have them added once you have Anki reinstalled.
(PS: If you don't have any add-ons yet, you will get a: No such path
message.)
Save lazy people's time.
- Window executable file:
ankiExport.exe
- Mac runnable file:
ankiExport.app
- Linux runnable file:
ankiExport
- Download the
scr
, and run the source code (If your system is not supported.)
Clone my windowExe/dist/ankiExport.exe
and open it.
Clone my /macApp/dist/ankiExport.app
(the whole ankiExport.app
thing), and change to the directory where you cloned the file by using terminal and then use the command
open ankiExport.app
to run it.
Clone my /linuxRunnable/dist/ankiExport/
, and change to the directory where you cloned the file by using terminal and then use the command
./ankiExport/ankiExport
to run it
If you have Anki2.0, please use the Browse button to look for the add-on's directory. Here is the official Anki for File Locations
Feel free to open an issue if you find any bugs. Also, feel free to contribute.