External Links¶

Clicking any of these buttons will redirect you to the respective site and search for the target word automatically.
Supported Sites:
To completely remove the External Links go to the /* Component Visibility */ section of the CSS:
0 to disable.
If you want to add or remove any of the supported sites, go to the <!-- External Links --> section of the Back Template:
<!-- Jpdb -->
<a data-details="jpdb.io" href="https://jpdb.io/search?q={{text:word}}">
<img class="light-icon" src="_icon_jpdb_lightmode.png">
<img class="dark-icon" src="_icon_jpdb_darkmode.png">
</a>
<!-- Jisho -->
<a data-details="jisho.org" href="https://jisho.org/search/{{text:word}}">
<img class="light-icon" src="_icon_jisho_lightmode.png">
<img class="dark-icon" src="_icon_jisho_darkmode.png">
</a>
<!-- Google Images -->
<a data-details="image_search" href="https://www.google.co.jp/search?q={{text:word}}&tbm=isch">
<img class="light-icon" src="_icon_image_black.svg">
<img class="dark-icon" src="_icon_image_white.svg">
</a>
<!-- Nadeshiko -->
<a data-details="nadeshiko.co" href="https://nadeshiko.co/search/sentence?query={{text:word}}">
<img class="light-icon" src="_icon_nadeshiko.ico">
<img class="dark-icon" src="_icon_nadeshiko.ico">
</a>
<!-- Immersion Kit -->
<a data-details="immersionkit.com" href="https://immersionkit.com/dictionary?keyword={{text:word}}">
<img class="light-icon" src="_icon_immersion_kit.ico">
<img class="dark-icon" src="_icon_immersion_kit.ico">
</a>
Template for adding a new site:
<!-- Site Name -->
<a data-details="example.com" href="https://example.com/search?q={{text:word}}">
<img class="light-icon" src="_icon_example_light.png">
<img class="dark-icon" src="_icon_example_dark.png">
</a>
Icon Location Folder
Your new site icon should be placed inside the %appdata%\Anki2\[YourUsername]\collection.media folder, Don’t forget to add an underscore (_) at the start of the file name, like _icon_example_dark.png.