Recently the original author of the add-on "cloze hide all" updates his original to 2.1 which has a function that wraps Anki's editor method "saveNow". (I think you can delete your fork of "cloze hide all" from ankiweb now).
I just copied and pasted this function from ClHiAll into your "enhanced cloze" and and now it seems to work. I just tested a few cards/notes in the browser. You should also test on your machine with your add-ons etc.
Apart from this I made mostly cosmetic changes, e.g.
I removed the apkg file
I changed how the notetype gets imported: Anki stores the front template, css, back template in a python dict. This requires quoting the html and css. So I just store these fields in extra html/css files and load them into the model. So I adjusted your files "EnhancedCloze{Front_Side/CSS/Back_Side}.html" etc.
Again: Some testing is still needed ...
Thanks for all your work, even on add-ons you don't use.
Recently the original author of the add-on "cloze hide all" updates his original to 2.1 which has a function that wraps Anki's editor method "saveNow". (I think you can delete your fork of "cloze hide all" from ankiweb now).
I just copied and pasted this function from ClHiAll into your "enhanced cloze" and and now it seems to work. I just tested a few cards/notes in the browser. You should also test on your machine with your add-ons etc.
Apart from this I made mostly cosmetic changes, e.g.
Again: Some testing is still needed ...
Thanks for all your work, even on add-ons you don't use.