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

Updating fill_missing.py to work with edit_behavior.py functions #53

Closed Varbird closed 9 years ago

Varbird commented 9 years ago

I tested it so hopefully I managed to squeeze out any bugs in there. While testing I noticed an error though which is not related to my modifications: If you activate a fill_* whilst viewing a note (studying the deck) that one note will not be filled (but the update window will say that it is filled). I'm not sure why this is.

I also added some support for Cantonese TTS since google supports it. What do you think of it?

ttempe commented 9 years ago

Looks good!

I think it's alright if the open card doesn't get updated, as long as it doesn't produce an error message. (We'd probably spend more time fixing it than it's really worth.)

ttempe commented 9 years ago

Fixes #47.