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
. I’ve been too lazy to write good code, this ain’t to be included in the official version.
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.patch