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