Anki
This page describes how to convert Anki cards to Markdown.
General Information¶
- Website
- Typical extension:
.apkg
Instructions¶
- Export as described at the website
- Choose "Deck (.apkg)"
- Install jimmy
- Convert to Markdown. Example:
jimmy-cli-linux MEILLEUR_DECK_ANGLAIS_3000.apkg --format anki
- Import to your app
Import Structure¶
- Decks are converted to folders.
- Cards are converted to Markdown files. The content is the "answer" data.
- Referenced resources (audio, images and other files) are converted.
A converted page looks like:
Known Limitations¶
- Nested decks are not tested and most likely not working.
- HTML formatting is lost. It's too complext to cover all HTML templates properly.