@builder.io/plugin-jodit-html-editor
v0.2.0
Published
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](https://xdsoft.net/jodit), which can extend to include
Downloads
28
Maintainers
Keywords
Readme
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
Jodit rich text editor
How to run this plugin
- Go to Account Settings
- Click the pencil icon for Plugins to add the plugin.
- Enter the address for this plugin: @builder-io/html-plugin
- 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