Add WYSIWYG support
Opened this issue · 2 comments
JojoBr0 commented
It would be nice to have the ability to show the rendered admonition in WYSIWYG editor.
maxnegro commented
I would love to implement it, but I didn't study enough Joplin environment. Contributions are welcome, though.
marph91 commented
As workaround, you could paste https://github.com/maxnegro/joplin-plugin-admonition/blob/main/src/markdownit-admonition.css in your userstyle.css
. At least that worked for me.
Not sure why the CSS is not working in the first place. Maybe registering as plugin
would help. The contentScript
might be ignored when using the WYSIWYG editor.