Skip to main content

Anki Integration

While waiting for a proper integration with Anki, here are some tips to help you get the most out of your Kanjiverse lists and Anki decks.

Export to Anki

Export your lists of kanji, words, or sentences as CSV file:

In Anki, select Import from the menu, choose the CSV file you just exported, select a deck and map the CSV columns to your deck's fields.

You can customize your Anki cards to include backlinks to the Kanjiverse app. This way, you can easily jump back to the app to review the full entry of the item you're studying.

Add the following code to your Anki card template:

  • to map a Kanji field:
<a style="text-decoration: none" href="kanjiverse://app.kanjiverse.com/kanji/{{Kanji}}">{{Kanji}}</a>
  • to map a Word field:
<a style="text-decoration: none" href="kanjiverse://app.kanjiverse.com/kotoba/{{kanji:Word}}">{{Word}}</a>
  • to map a Sentence field:
<a style="text-decoration: none" href="kanjiverse://app.kanjiverse.com/search/?q={{kanji:Sentence}}">{{Sentence}}</a>

Add Audio

Add the following code to your Anki card template to add a play button for a Word field:

{{tts ja_JP voices=com.google.android.tts-ja-JP-language:kanji:Word}}