Support for version 25
After installing Version 25.02.5, the addon doesn't work anymore. The markdown icon is not shown anymore
Would love to help but I don't really know how to debug, pointers appreciated!
When editing a card, error from the logs is:
JS error /_addons/904999275/field_input.js:69575 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'MDI')
Which points to function field_input.update_all (link). I suppose the _config is undefined because function init is not called (or not called before update_all).
EDIT: ok the issue is that CSP blocks the execution of the inline script running init
@triaeiou @d-k-bo Could you please merge in this pull request? I really like the add-on, and it's blocking me from updating Anki.
@BYT3M3 FYI I uploaded my patched version as a separate add-on here: https://ankiweb.net/shared/info/2060330806
If @triaeiou ends up merging / fixing another way, I'll delete it, but in the meantime this can be used as a v25-compatible version :)