Enhanced CKEditor 5 build for Strapi WYSIWYG editor replacement.
- Enhanced build of CKEditor 5 with more capabilities then Classic Editor build
- Automatically upload Inserted images to Media Library (thanks to ckeditor5-strapi-upload-plugin)
- Works with Strapi 3.4.0+
- Clone repository and change directory
git clone https://github.com/Roslovets-Inc/ckeditor5-build-strapi-wysiwyg
cd ckeditor5-build-strapi-wysiwyg
- Install dependencies and build CKEditor
npm i
npm run build
- Open sample/index.html in your system browser.
It's recommended to install to your Strapi strapi-plugin-ckeditor5 plugin that based on this build.
If you want to integrate the build manually examine strapi-plugin-ckeditor5 source code as integration example.
If you want to see more features in this build feel free to request it in issues or create pull request.
Give a star if this project helped you.