![]() |
|
Feeding Anki with Tagaini Jisho - 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: Feeding Anki with Tagaini Jisho (/thread-9891.html) |
Feeding Anki with Tagaini Jisho - gillux - 2012-09-06 Hi there, For those who already know Anki and Tagaini Jisho, they probably know that Tagaini Jisho provide a nice function to export an entry set into a TSV file, which can be easily imported into Anki (with the appropriate models). However, compared to what Tagaini Jisho is bundled with, I found it only exports some very basic data: kanji, reading and translation. That’s why I quickly modified it’s source code to make it export some more complete (function like adj-i etc., other translations…) and HTML formatted data. This helped me a lot so I just wanted to share this quick and dirty hack here (without going any further). One can apply this patch on Tagaini Jisho 0.9.3’s source with Code: patch -p0 < tagainijisho-0.9.3-HTML_export.patchFeeding Anki with Tagaini Jisho - gillux - 2012-09-06 Oh, and here is the CSS code that makes this data to look like Tagaini Jisho’s : Code: <style type="text/css">Feeding Anki with Tagaini Jisho - ryuudou - 2012-09-06 Thank you very much. I just looked up the program and it actually looks very neat. |