kanji koohii FORUM
Super Heisig anki deck - Printable Version

+- kanji koohii FORUM (http://forum.koohii.com)
+-- Forum: Learning Japanese (http://forum.koohii.com/forum-4.html)
+--- Forum: Learning resources (http://forum.koohii.com/forum-9.html)
+--- Thread: Super Heisig anki deck (/thread-6600.html)



Super Heisig anki deck - mpacheco - 2010-10-28

I just uploaded my customized Heisig deck to the Anki Repository for those interested.

Features include:

* Includes RTK volumes 1 and 3
* Keyword link to stories and stroke info on http://kanji.koohii.com/
* Hidden story on question card that is displayed when you mouse over
* Hidden story functionality works on iPod too!
* Stroke count on answer card
* Heisig number on answer card
* Stroke order displayed on answer card
* Kanji compound vocab list displayed on answer card
* Katakana and Hiragana study cards included
* Kana have animated GIF stroke orders on all answer cards

Requirements for this deck include:

* Kanji Stroke Order Font available here - http://sites.google.com/site/nihilistorguk
* Kanji Words plugin, available from Anki plugin repository

Screenshots:
* http://files.mrwindupbird.com/hidden-story-screenshot.png - Hidden story question card
* http://files.mrwindupbird.com/story-screenshot.png - Visible story question card
* http://files.mrwindupbird.com/answer-screenshot.png - Kanji answer card showing stroke order
* http://files.mrwindupbird.com/kana-screenshot.png - Kana answer card showing stroke order


Super Heisig anki deck - russoae - 2011-01-14

I have downloaded the deck and installed all required supports. The story does not display, it reads * onmouseout="this.style.color='white'"> *. Also even though, I have installed the stroke order font, it does not display.
EG.

Stroke Count: 5, Nr: 4


Any ideas?


Super Heisig anki deck - caivano - 2011-01-14

I don't need all that stuff but the stoke order font is a sweet idea I'll add to my cards. Thanks Smile


Super Heisig anki deck - amelie - 2011-03-29

Hello everyone.

First I would like to thank Mpacheco for his work Smile .

I downloaded the plugin but it says that some fields are required to activate it, how to do it?
And I don't know how to get the Kanji Stroke Order font working for the Super Heisig deck, same question as above.

Could you help me please?


edit : I can change the font by choosing KanjiStrokeOrder in the "kanji" field but it change both kanji in the response, not just the one below.


Super Heisig anki deck - welldone101 - 2011-03-29

russoae Wrote:I have downloaded the deck and installed all required supports. The story does not display, it reads * onmouseout="this.style.color='white'"> *. Also even though, I have installed the stroke order font, it does not display.
EG.

Stroke Count: 5, Nr: 4


Any ideas?
Looks like you are missing a "<" in that command. I think you need to go to the anki settings to enable the font?


Super Heisig anki deck - jbudding - 2011-03-30

Thanks mpacheco for the download. Unfortunately, I had some problems too. On the question side no problem, I just have to manually enter my stories and they show on the mouse over. But on the answer side, I installed the kanji words plugin but neither stroke order fonts nor kanji words show up in the cards. kanji stroke info and number show up fine.) I tried changing the first font face to MS Mincho since I didn't have the one in the original download but that font does not show up either. If I manually enter something into the words field, it shows up but the plugin does not work. Here is an exact layout of my Answer card:

<span style="font-family: Arial; font-size: 20px; color: #000000; white-space: pre-wrap;"><font face="MS MINCHO">{{Kanji}}</font>
Stroke Count: {{{Stroke count}}}, Nr: {{{Heisig number}}}
<font face="KanjiStrokeOrders">{{Kanji}}</font>
〜Vocabulary〜<br><br>{{{Words}}}</span>

Any ideas?


Super Heisig anki deck - amelie - 2011-05-20

Hello,
There is a little improvement, I now have vocabulary words (some cards don't have vocabulary) but still the kanjistroke order font for both kanji in the answer field :

First I installed the kanjistroke order font, then chose it in the "kanji" field in the card layout. At first it didn't appear with other fonts, I just restarted Anki.
In "model properties", I wrote "kanji_words" in the "Name" field under "General".

My "answer" template :
<span style="font-family: Arial; font-size: 20px; color: #000000; white-space: pre-wrap;"><font face="ヒラギノ明朝 Pro W3">{{Kanji}}</font>
Stroke count:{{{Stroke count}}}, Nr: {{{Heisig number}}}
<font face="KanjiStrokeOrders">{{Kanji}}</font>
〜Vocabulary〜<br><br>{{Words}}
</span>




I hope it will help.


Super Heisig anki deck - mikemal2 - 2012-08-05

In order to get the kanji fields displaying with an ordinary font and with the KanjiStrokeOrder font I found that I needed to ensure that the first Kanji reference was surrounded by THREE pairs of {} instead of two pairs. Using three pairs turns off the use of the formatting specified on the field panel. The following is my content for the answer field on the card layout. I suspect that both kanji fields should really have 3 pairs of {} around them in order for the font face defined in front of them to take effect, but I've set the second one by adjusting the value on the field panel for the kanji field.

<span style="font-family: Arial; font-size: 25px; color: #000000; white-space: pre-wrap;"><font face="ヒラギノ明朝 Pro W3">{{{Kanji}}}</font>
Stroke Count: {{{Stroke count}}}, Nr: {{{Heisig number}}}
<font face="KanjiStrokeOrders">{{Kanji}}</font>
〜Vocabulary〜<br><br>{{{Words}}}</span>

Hope this is of use to anyone else struggling with trying to get the two kanji fields displaying appropriately.

Mike