The "text" setting has an "html: true" option that exposes a WYSIWYG Editor. However this editor is missing many standard WSIWYG options like the ability to edit color, add bullet points, etc.
As seen below, the Maglev WYSIWYG only has Bold, Link, Italic, Underline, and Strike.

Also after enabling the HTML flag I was hoping I could work around this by just adding raw html (<ul><li>hello world</li></ul> for example) but this html gets escaped and just renders as text. Is there a way to add these additional options?
I haven't dug into what wysiwyg editor is used or if it's custom but here is the Basecamp editor that a lot of rails projects use and you can see those options supported.
https://trix-editor.org/
