Rich Text Editor like Medium đ
The dead simple inline editor toolbar
đ Links
âšī¸ Introduction
This is a clone of medium.com inline editor toolbar.
đĨ Features
7 different themes
25+ toolbar buttons
Extremely simple setup
đ Documentation
âĄī¸ Quick Start
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.
âĄī¸ Available Toolbar 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
âĄī¸ Change the Toolbar Theme
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.
âĄī¸ States and Events
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 updated