Skip to main content
Home About Privacy Contact

Posts

Showing posts with the label japanese

Practice Kanji by drawing strokes in Anki

Write Kanji Learn Kanji by drawing strokes Learn, read, write and practice Kanji by drawing strokes with Onyomi, Kunyomi and Meaning in English in Anki Desktop , AnkiDroid and AnkiMobile . Download From GitHub AnkiWeb Features Night mode Change size of characters Change drawing stroke width Characters listed at  https://www.mext.go.jp/a_menu/shotou/new-cs/youryou/syo/koku/001.htm Show or hide Kanji, Onyomi, Kunyomi and Meaning Draw characters to learn Kanji with Onyomi, Kunyomi and Meaning Indicator at bottom for showing if character loaded or not ( green - loaded, red - not loaded or some error ) Note: Before importing Anki Deck please make backups with scheduling information.

Adding writing components to existing RTK Kanji deck

Note: View this updated page and video (Version 2.0) Watch demo video to add writing component to exisitng deck View Readme.md In this post learn to add the writing component like this  Anki-xiehanzi . Before proceeding make backups with scheduling information.  1. First download and import the deck from  https://ankiweb.net/shared/info/1862058740  into Anki. Then open editor to edit HTML, CSS and JS. 2. Download Write-Kanji.zip. Extract and copy the following  _hanzi_writer_xiehanzi.js and Material Icons Font  files from Add to Existing Deck (Kanji) folder and paste it to Anki/collection.media  folder. Download To more about collection.media. View Anki Manual.  https://docs.ankiweb.net/#/files?id=file-locations 3. Front Side Then inside editor copy and add following code to front side of card. Note: The front side should contain kanji. Like this one. View front.html 4. Styling Now co...