Strapi Plugin Ckeditor5

screenshot of Strapi Plugin Ckeditor5
react
strapi

Strapi Plugin Ckeditor5

Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5

Overview

The Strapi CKEditor5 plugin is a replacement for the default Strapi markdown WYSIWYG editor. It uses an enhanced build of HTML CKEditor 5 to provide more capabilities than the Classic Editor build. It offers an extensive set of features for creating rich content and allows for optional editor customization. It also automatically uploads inserted images to the Media Library and provides a Media Library button to easily insert stored images directly into the editor. The plugin also supports automatic translation of the UI into the selected language in Strapi v3 and offers a full-screen mode.

Features

  • Enhanced build of CKEditor 5 with more capabilities than the Classic Editor build
  • Extensive set of features for creating rich content
  • Optional editor customization
  • Automatic upload of inserted images to the Media Library
  • Media Library button to insert stored images directly into the editor
  • Automatic translation of UI into selected language (Strapi v3)
  • Full-screen mode

Strapi v4 (work in progress)

  1. Go to your Strapi project folder.
  2. Execute the following command:
some code snippet
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

strapi
Strapi

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.