kaegi / MorphMan

Anki plugin that reorders language cards based on the words you know
Other
260 stars 66 forks source link

Merging changes to update to anki 2.1.35 #179

Closed dmgerman closed 3 years ago

dmgerman commented 3 years ago

I have cleaned the commits. I have merge/split/reposition commits to make sure that each commit does one and only one thing.

I have disabled sqlite3 support by default. It takes around 3 seconds to save my collection (20k morphs, .4M locations). This database is 54 Mbytes.

joestrong commented 3 years ago

My brackets change is currently merged in, though mine uses the roundbrackets option for both english/japanese brackets. Not sure how useful it would be to select them separately.

You should merge in the latest from master, especially as recalc is broken at the point you've branched

BTW, the preference API changes are good! Fixes issues in preference saving affecting 2.1.26 too.

ianki commented 3 years ago

These changes were merged in PR #184.