Skip to content

Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5

Notifications You must be signed in to change notification settings

tablufc88/strapi-plugin-ckeditor5

 
 

Repository files navigation

Differences in this fork include:

  • Updated CKEditor to v29 from v27
  • The above update gives us access to the source editing plugin which is installed
  • Added a couple of other plugins like the highlight and find and replace
  • Changed the default toolbar a bit. Other changes can be seen in the commit history

Installing

  1. Add to package.json. The second install creates another module from the first to work with Strapi's autoloading of the plugins by name: "@tablufc88/strapi-plugin-ckeditor5": "^1.11.1", "strapi-plugin-ckeditor5": "npm:@tablufc88/strapi-plugin-ckeditor5",

  2. Add to .npmrc in project folder to use the Github registry: @tablufc88:registry=https://npm.pkg.github.com/

  3. Run yarn or npm i

About

Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%