johnpincock / SpecialFields

Anki Addon to protect certain fields from being overwritten by anki's import and export functions
GNU General Public License v3.0
8 stars 8 forks source link

Multiple changes #10

Closed Arthur-Milchior closed 4 years ago

Arthur-Milchior commented 4 years ago

The last commit correct a bug signaled by @AnKingMed. Importing a card automatically updated description. It is now removed. I should signal that https://github.com/ankitects/anki/pull/507 contains 4 hooks, which would allow to rewrite this add-on using hooks instead of monkey-patching, and doing only the change this add-on want.

Other changes are here in order to improve code quality. Each commit tries to explain what they do. Don't hesitate to ask questions about them