JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 483
  • Score
    100M100P100Q98868F
  • License MIT

Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5

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

    strapi-plugin-ckeditor5

    Features

    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.