TinyMCE requires standards mode

Hi @KBloom, welcome to the community :hugs:

I had the same problem and couldn't make it work :cry:

After some digging I found a pretty neat rich text editor implementation that extends easily, Quill.js.

Retool's rich text component uses quill under the hood. You can create custom component and fine-tune it as you like. I've documented a snippet here.

Hope that helps