ttempe / chinese-support-addon

Addon for Anki2 that makes easier to input Chinese, in the spirit of batterseapower’s pinyin-toolkit for Anki1
https://github.com/ttempe/chinese-support-addon/wiki
47 stars 19 forks source link

support anki 2.1 #69

Open muellert opened 7 years ago

muellert commented 7 years ago

It would be great if this add-on would officially run with Anki 2.1, which requires Python3 and Qt5. At this point I don't know if it does, but I thought I'd raise awareness.

muellert commented 6 years ago

Hi Thomas, I've started to work on it, albeit very slowly...

sovanyio commented 6 years ago

I looked into this and I'm not sure its possible until the cjk library is updated to support python 3

muellert commented 6 years ago

Ok. Then someone has to do port this library. But at least, there is a current repo here on Github.

sovanyio commented 6 years ago

Kinda looks like it is abandoned https://code.google.com/archive/p/cjklib/ https://pypi.python.org/pypi/cjklib

Yorwba commented 6 years ago

Did you see my WIP PR on Anki 2.1 support? I have been using it for the past week, and it essentially works. I didn't notice any breakage related to cjklib, the only parts that don't work are related to UI changes in Anki.

muellert commented 6 years ago

@Yorwba No, I didn't see your pull request. Thanks for the heads-up! @sovanyio Well, not quite. Please look here: https://github.com/cburgmer/cjklib I frequently find projects which are not properly updated on PyPI, but are maintained eg. on Github.