jdlorimer / chinese-support-redux

Anki add-on providing support for Chinese study
https://ankiweb.net/shared/info/1128979221
GNU General Public License v3.0
101 stars 50 forks source link

Add support for Pinyin with tone numbers instead of accents. #220

Closed kshehata closed 1 year ago

kshehata commented 1 year ago

Implements https://github.com/luoliyan/chinese-support-redux/issues/218. Adds a separate field PinyinNum for pinyin with tone numbers. The implementation is a bit of a hack, but it works and shows how the feature could work.

kshehata commented 1 year ago

Just noticed this is a duplicate of #206