Fyi I have made changes to RevTK (now "Kanji Koohii") when I moved accounts from RevTH. Here are the tips I shared then:
It is possible to use
Kanji Koohii to go through the
Remembering Simplified / Traditional Hanzi books from Heisig & Richardson, with some limitations.
Known limitations:
* Most important is to understand that the default index is RTK, therefore you should ignore "frame numbers".
* To search the Study pages, you have to type in either the decimal unicode number (ie. 23460), or the actual character ( 室 ), or the full keyword ( "room" ). Search box suggestions will not work (they are based on RTK).
* There is no pinyin readings on the cards.
Traditional & Simplified Flashcards
Always add cards by copy/pasting the characters into Manage > Add Custom Selection.
You can add characters in sequence by copy/pasting selections from the TH or SH (Traditional, Simplified) columns in gdaxeman's
Heisig's Remembering the Kanji vs. Hanzi.
Do not not add characters by frame number, since the active index will be RTK.
Simplified Hanzi Keywords
Copy/paste the contents (click the raw button)
of this keyword list into Manage > Import Keywords
Traditional Hanzi Keywords
Copy/paste the contents (click the raw button)
of this keyword list into Manage > Import Keywords.
Tips for navigation
In order to ease navigation you can eg.
- add a batch of characters and immediately start a review, and then use the keyword link on the flashcard to open the Study page in a new tab.
- you could also use the Detailed flashcard list (Review page), sort by "last review" to find the cards not yet reviewed, and then you have the links to the Study pages.
Changing the fonts
There is no font option on the website yet. To change the font use an extension like "Stylish" or "Stylebot". You want to replace the
.cj-k CSS rule. For reference, these are the defaults on RevTK:
Code:
.cj-k { font-family:"Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS 明朝", "MS P明朝", serif; }
Simplified Hanzi example:
Code:
.cj-k {font-family:"Kaiti","STKaiti","Kai","AR PL UKai CN","Microsoft YaHei","Heiti SC",sans-serif; }
Traditional Hanzi example:
Code:
.cj-k { font-family:"TW-Kai","TW-Moe-Std-Kai","DFKai-SB","BiauKai","AR PL UKai TW","Microsoft JhengHei","Heiti TC",serif; }