Hey Retool community !
I have seen over the past year or so a number of requests for a WYSIWYG editor. Hopefully an improvement to the native rich text editor component is on the way, but in the mean time I built a quick library that has a Markdown and HTML editor, implementing the amazing CKEditor 5 project. Since I couldn't find many other custom components publicly available that have both a Markdown and HTML editor, I figured I would release this here.
Image support (html editor):
HTML Source view:
Markdown Editor (has limited features, as markdown is more limited than html):
Hopefully this is helpful to someone! This will in theory allow any CKEditor 5 plugin (it can do basically anything) without much editing. If you need any help, or have any feature requests / ideas I would encourage you to contribute, or reach out and I can try and help / implement for you!
Github Link: GitHub - jamesg31/retool-wysiwyg-editor: WYSIWYG Markdown and HTML Editor for Retool