Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (strapi-plugin-ckeditor5) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Strapi CKEditor5 plugin
Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5
Features
- Enhanced build of CKEditor 5 with more capabilities then Classic Editor build
- Media Library button to insert stored images directly to editor (thanks to official guide)
- Inserted images automatically auploaded to Media Library (thanks to ckeditor5-strapi-upload-plugin)
- Works with Strapi 3.4.0+
How to install
Go to your Strapi project folder and execute
cd plugins
git clone https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5.git
cd strapi-plugin-ckeditor5
npm i
Don't forget to rebuild Strapi.
How to update
Go to your Strapi project folder and execute
cd plugins/strapi-plugin-ckeditor5
git reset --hard
git pull
npm i
Don't forget to rebuild Strapi.
Acknowledgement
This plugin uses code from official manual.