Skip to content

Latest commit

 

History

History
81 lines (55 loc) · 2.96 KB

README.md

File metadata and controls

81 lines (55 loc) · 2.96 KB

Anki Addon Exporter

A mini application for those people who are lazy to get their Anki's addon code manually.

Problem

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.

Solution

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.)


Objective

Save lazy people's time.

Install

Executable

Manual

  • Download the scr, and run the source code (If your system is not supported.)

Screenshot

Using default (Only for Anki2.1.x):

Window executable

Clone my windowExe/dist/ankiExport.exe and open it.

Windows 10 Executable Default Demo Gif

Mac .app runnable

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.

Mac .app Runnable Default Demo Gif

Linux runnable

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

Linux Runnable Default Demo Gif

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

Feedback

Feel free to open an issue if you find any bugs. Also, feel free to contribute.