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/plugin-jodit-html-editor - Click the Save button.
git clone https://github.com/BuilderIO/builder.git
cd plugins/jodit-html-editor
npm installTest plugin on local
npm run startBuild js file on production
npm run build

