Nihongo Companion

Anki addon to add japanese example sentences to vocab decks


Project maintained by northy Hosted on GitHub Pages — Theme by mattgraham

Nihongo Companion

Currently, the supported dictionaries are:

If you like it, please leave a positive review on the anki addon page!

How to use

Install the addon

Open anki, go to the Tools menu and then Add-ons>Browse & Install to paste in the code: 1946501448. After Anki finishes installing the addon, restart it for changes to take effect.

Add a field for examples

On your cards browser, select a card from the collection that you want to add examples, then click on “Fields…” and then “Add”.

You can then add the field to the card’s HTML, by selecting the card on the browser and clicking “Cards…”, then add the following code to the front/back template:

{{#Examples}}
<hr>Example(s)<br>

{{Examples}}
{{/Examples}}

The expected results are as follows:

Preview

Add example sentences

First, open the browser and select the cards that you want to add the example sentences on. Then, on the toolbar, click “Nihongo Companion > Add example sentences to selected…”, and a new window + card previewer should open.

On the window, select the searching field from your note. Some dictionaries require searches to confirm words before fetching examples, so if needed, click search and select the desired word.

NOTE: On NihongoMaster, searches usually work better with kana-only searches.

Confirm Word

After clicking confirm, if any example sentences are found, you can select them.

Confirm Exemple

Upon clicking “Confirm”, the selected output field will get filled with the selected examples.

IMPORTANT: As of yet, undo operations are not supported, so make sure to select the correct output field.