jamesbassett said... Hi shvelven, have you tried URL encoding the # in the Jisho link?Yup. That was my first thought, but it simply will not work from within Anki. It's an extremely stupid bug. Let's look at what happens:
http://jisho.org/search/{{Kanji}}%20%23kanji
The card html is '
<a href="http://jisho.org/search/{{Kanji}}%20%23kanji">'. The URL that Anki passes to the browser is "http://jisho.org/search/%E4%B8%80%20#kanji". The"%E4%B8%80" part is, I assume, the Unicode address of the kanji. Then we have the "%20", which is the URL encoded space character. But for some beautifully stupid reason Anki decodes the "%23" into a literal "#" before passing it to the browser, where I assume it gets treated as an anchor reference.Ā ... Incidentally, I just figured out how to fix the Jisho link. There's an alternate URL: "http://jisho.org/kanji/details/{{Kanji}}". Thanks, buddyāI probably wouldn't have looked back into it if it weren't for your post :D
aragonsr said... I will definitely be using this. Thank you!Glad you like it! I'll be posting another deck soon which is basically the same thing but for hiragana and katakana, so keep an eye out.




