Burnki is an Anki add-on that automatically syncs your burned WaniKani items into an Anki deck.
WaniKani stops reviewing items once they reach "Burned" status. Burnki picks up where WaniKani leaves off by fetching all your burned radicals, kanji, and vocabulary, and creating Anki cards out of them. Helpful when you want to review what you've learned already!
I initially made this add-on just for me, but I figured it might be useful to others too. If you have any feedback or suggestions, please let me know!
- Syncs all burned radicals, kanji, and vocabulary from your WaniKani account
- Automatic and manual sync on Anki startup (configurable)
- Incremental sync (only fetches new burns after the first run)
- Downloads pronunciation audio for vocabulary cards
- Includes your personal meaning/reading notes and synonyms from WaniKani
- In Anki, go to Tools → Add-ons → Get Add-ons
- Paste the code
510814931and click OK - Restart Anki
- Download or build
burnki.ankiaddon(see Development) - In Anki, go to Tools → Add-ons → Install from file
- Select the
.ankiaddonfile - Restart Anki
- Get your WaniKani API token from WaniKani Settings (read-only permissions are enough)
- In Anki, go to Tools → Add-ons
- Select Burnki and click Config
- Paste your API token into the
wanikani_api_tokenfield - Restart Anki or use Tools → Burnki → Sync Now
| Setting | Default | Description |
|---|---|---|
wanikani_api_token |
"" |
Your WaniKani API token |
auto_sync_on_startup |
true |
Auto-sync when Anki opens |
download_audio |
true |
Download pronunciation audio for vocabulary cards |
last_sync_timestamp |
"" |
Last sync time (managed automatically) |
Each card shows the character(s) on the front with a color-coded type badge:
- Radical: blue
- Kanji: pink
- Vocabulary: purple
The back shows meanings, readings, audio (vocabulary), context sentences, and your personal notes.
- Anki 2.1.50 or later
- Python 3.9+
Symlink the add-on into Anki's add-ons folder for live development:
ln -s /path/to/burnki/burnki ~/Library/Application\ Support/Anki2/addons21/burnkimake buildThis creates dist/burnki.ankiaddon ready for distribution.
MIT
