PreparingTheKanji is an app that makes adding custom stories to this RTK 6th Edition deck easier.
- Make sure you installed the AnkiConnect plugin in Anki.
- Install the dependencies with the command
npm i
. - Start PreparingTheKanji with the command
npm start FullDeckName
.
Example:npm start "Japanese::Kanji::RTK"
- You can now start adding stories at http://localhost:3000.
This is a small app I put together in a few hours. I made it because copying and pasting stories from Koohii was annoying and slow and I wanted to automate it. The app is functional but code quality wasn't a priority.