You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The list of unsupported plugins is for the new Markdown editor, not the legacy editor. We do state, however, that using the legacy editor will break certain plugins:
One possible solution here could be to prompt the user to disable the legacy editor if there's a fatal error.
Activity
pedr commentedon Mar 28, 2025
From what I'm understanding, it seems like the user is using the legacy editor for Markdown[1], which isn't supported by the plugin
[1]

Should there be a check what kind of editor is enabled to see if the extension should work or not?
laurent22 commentedon Mar 28, 2025
I think there's a list of unsupported plugins somewhere in the code
personalizedrefrigerator commentedon Mar 31, 2025
Note: The list of unsupported plugins is for the new Markdown editor, not the legacy editor. We do state, however, that using the legacy editor will break certain plugins:
One possible solution here could be to prompt the user to disable the legacy editor if there's a fatal error.
laurent22 commentedon Mar 31, 2025
@pedr, could you do this then? Detect if it's CodeMirror 5 and if it is, display a message
Desktop: Fixes #11548: Show warning when a plugin is not compatible w…