Skip to content

nyko28/ckeditor5-build-strapi-wysiwyg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enhanced build of CKEditor 5 for Strapi

Enhanced CKEditor 5 build for Strapi WYSIWYG editor replacement.

ckeditor5-build-strapi-wysiwyg

Features

  • 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+

How to try

  1. Clone repository and change directory
git clone https://github.com/Roslovets-Inc/ckeditor5-build-strapi-wysiwyg
cd ckeditor5-build-strapi-wysiwyg
  1. Install dependencies and build CKEditor
npm i
npm run build
  1. Open sample/index.html in your system browser.

How to use

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.

How to add more features to the editor

If you want to see more features in this build feel free to request it in issues or create pull request.

Links

⭐️ Show your support

Give a star if this project helped you.

About

CKEditor 5 build for Strapi WYSIWYG editor replacement

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 72.4%
  • JavaScript 27.6%