Rich Text Editor like Medium 📝
The dead simple inline editor toolbar
- 7 different themes
- 25+ toolbar buttons
- Extremely simple setup
- 1.Add the Medium Text Editor on the page:

2. Set the Content field (can be static or dynamic value) and the Buttons list (comma-separated values). See below for the available buttons.
- bold
- italic
- underline
- anchor
- quote
- strikethrough
- h1, h2, h3, h4, h5, h6
- justifyLeft, justifyCenter, justifyRight, justifyFull
- orderedlist, unorderedlist
- indent, outdent
- image
- pre
- removeFormat
- html
- subscript
- superscript
To change the toolbar theme, simply call the Set Theme action and choose one of the available themes.
You can also create your own theme by writing custom CSS.







You can always access the Content state with current editor content.
Every time the content changes, a Content changed event is triggered. You can use it in your Workflow
Last modified 1yr ago