0.2.0 • Published 11 months ago

@builder.io/plugin-jodit-html-editor v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Plugin to override built-in rich text

The built-in rich text editor (Quill) has certain limitations as it cannot insert HTML tags such as tables, videos, or special characters. This plugin uses a different rich text editor called Jodit, which can extend to include many of the aforementioned HTML tags, thereby serving well when comprehensive content creation is needed.

Quill rich text editor quill

Jodit rich text editor jodit

How to run this plugin

  1. Go to Account Settings
  2. Click the pencil icon for Plugins to add the plugin.
  3. Enter the address for this plugin: @builder-io/html-plugin
  4. Click the Save button.

How to run this plugin on local

git clone https://github.com/BuilderIO/builder.git
cd plugins/jodit-html-editor
npm install

Test plugin on local

npm run start

Build js file on production

npm run build