diff --git a/docs/anki-integration.md b/docs/anki-integration.md index 37c7faf873..65c869398e 100644 --- a/docs/anki-integration.md +++ b/docs/anki-integration.md @@ -103,8 +103,12 @@ icons next to term definitions: - Clicking ![](../img/btn-add-expression.png) adds the current expression as kanji (e.g. 食べる). - Clicking ![](../img/btn-add-reading.png) adds the current expression as hiragana or katakana (e.g. たべる). +If "Check for card duplicates" is on, and a card for the current definition already exists in the deck, you will see the following icons instead: + +- Adding the current expression: ![](../img/btn-add-duplicate-expression.png) +- Adding as hiragana or katakana: ![](../img/btn-add-duplicate-reading.png) + Below are some troubleshooting tips you can try if you are unable to create new flashcards: -- Individual icons will appear grayed out if a flashcard cannot be created for the current definition (e.g. it already exists in the deck). - If all of the buttons appear grayed out, then you should double-check your deck and model configuration settings. - If no icons appear at all, make sure that Anki is running in the background and that [AnkiConnect](https://foosoft.net/projects/anki-connect) has been installed. diff --git a/ext/settings.html b/ext/settings.html index 441e26df11..f53b93bed3 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -1619,7 +1619,7 @@

Yomitan Settings

Check for card duplicates
-
When a card is detected as a duplicate, the add buttons will be disabled.
+
When a card is detected as a duplicate, the add buttons will change appearance.