DigitalEye Plugins
Search…
⌃K

Rich Text Editor like Medium 📝

The dead simple inline editor toolbar
Demo | Editor
Forum

ℹ️ Introduction

This is a clone of medium.com inline editor toolbar.

🔥 Features

  • 7 different themes
  • 25+ toolbar buttons
  • Extremely simple setup

📚 Documentation

➡️ Quick Start

  1. 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.

➡️ 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