Turn the assets of Babadum into an Anki deck using a Java program. Requires Java 8.
- In App.java, change the language in the main to the desired language. (e.g. PORTUGUESE)
- Run the App class.
After having run the main, the following folders will have been created :
|- /data/
|- /portuguese/
|- /anki/
|- /collection.media/ Contains the images (.svg) and audio (.ogg) files.
|- anki-deck.txt The Anki deck.
|- /ogg/
|- /properties/
|- /svg/
- Copy the collection.media content into your Anki media folder.
- Import the deck located at /data/anki/portuguese/anki-deck.txt
The fields are as follows :
FIELD 1 : Image (FRONT) The svg image tag.
FIELD 2 : Word + Audio (BACK) The word and the audio file.
FIELD 3 : Difficulty (LEVEL) The complexity of the word from 0 to 9.
FIELD 4 : Audio file (AUDIO) The audio file.
The deck is sorted by increasing difficulty.