Support for Korean language study for Anki 2.1.
- Automatic field filling
- Translation (from built-in dictionary; supports English)
- Audio (fetched from Google)
- Built-in note types (basic and advanced)
Use the supplied Korean (basic) or Korean (advanced) note type, or use your existing note type (just make sure your field names are called "Korean", "English", "Hanja", and "Sound".)
For bug reports, issues and feature requests, and to discuss contributing to the add-on:
With newer Anki Versions the way comments are handled changed. The plugin tries to update these templates automatically, but might detect false positives. In this case manual migration is recommended.
Click Browse, select a card with the correct template, select Cards, go to the Back Template and replace <!-- {{Sound}}-->
with <div class=korean-support-sound>{{Sound}}</div>
, then click on Styling and add .korean-support-sound { display: none; }
to the bottom as a new line.
- Romanisation (if anyone wants it)
- NAVER Translate
- Microsoft Translate
- Google Translate
- Migrate sound templates to work with newer Anki
- Remove deprecated anki calls and fix version in about section
- Bugfix to menu load on profile switch.
- Bugfix to PyQT compatibility
- Anki 23.10 compatibility update
- Update to PyQT6
- Update Google TTS submodule
- Bugfix
- Add 'fill missing hanja' function
- Update Google TTS submodule
- Updated to new version of NaverTTS using CLOVA dictionary API and fix Google TTS.
- Added gender and speed selection for TTS
- Bugfix
- Anki 2.1.20 compatibility update
- Added NAVER TTS
- Made automatic updates more conservative
- Added debug mode
- Update Google TTS submodule
- Initial port from Chinese Support