Console log in a codemirror 6 plugin

Hi, I'm working on a codemirror 6 plugin. From what I can tell these are loaded in a different environment from the plugin script and console.log seems to be silently dropped. Is there any way to get debugging output?

Hi,

On desktop, the CodeMirror 5 and 6 console.log output should show up in the "Console" tab of the development tools for the main Joplin application (Help > Toggle development tools).

1 Like

Thank you!