Strapi 5 wysiwyg plugin with Jodit Editor
npm install strapi-plugin-wysiwyg-joditA powerful rich text editor plugin for Strapi v5 using the Jodit Editor and React Jodit Editor. This plugin provides a custom field type that enables content creators to use a full-featured WYSIWYG editor with advanced formatting capabilities and seamless integration with Strapi's media library.
Compatible with Strapi 5.30.1+
To build the plugin:
``bash`
npm install strapi-plugin-wysiwyg-jodit
To enable the plugin, add the following configuration to your config/plugins.ts file:`bash`
export default ({ env }) => ({
...,
'jodit-editor': {
enabled: true
}
});
bash
npm install
npm run build
npm run verify
``MIT License
- Jodit Editor: Built on top of the powerful Jodit Editor by XDSoft
- React Integration: Uses jodit-react for seamless React integration
- Strapi Framework: Designed specifically for Strapi v5 with full design system integration
- Forked: (https://github.com/patiparnne/strapi-plugin-jodit-editor)