strapi-plugin-wysiwyg-jodit
v5.301.11
Published
Strapi 5 wysiwyg plugin with Jodit Editor
Maintainers
Readme
Jodit Editor Plugin for Strapi v5
A 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+
Installation
To build the plugin:
npm install strapi-plugin-wysiwyg-joditTo enable the plugin, add the following configuration to your config/plugins.ts file:
export default ({ env }) => ({
...,
'jodit-editor': {
enabled: true
}
});Development
npm install
npm run build
npm run verifyLicense
MIT License
Credits
- 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)
