CKEditor 5

CKEditor 5 (ODC)

Stable version 0.2.0 (Compatible with ODC)
Uploaded on 12 August 2024 by valantic LCS
CKEditor 5

CKEditor 5 (ODC)

Details
Detailed Description

This is an implementation of CKEditor 5. Pure Javascript, no JQuery needed.

CKEditor 5 provides every type of WYSIWYG editing solution imaginable.


Modern and state-of-the-art

CKEditor 5 is an ultra-modern JavaScript-rich text editor with MVC architecture, custom data model and virtual DOM. It is written from scratch in ES6 and has excellent web pack support.


Rich text features your end-users will love

Auto-formatting - Your end-users write a lot? Save their time with auto-formatting and handy keyboard shortcuts.

Paste from Word - Paste content from Office applications such as Microsoft Word and Excel or Google Docs and have it converted to clean HTML.

Responsive images - Drag and drop an image to have it uploaded instantly. Built-in support for responsive images will let your website be friends with mobile devices.


This ODC Asset was migrated by Fábio Fantato

Release notes 
  • Revised to support the Transitioning from RequireJS to modern JavaScript Bundler
  • Update code to support JS Strict Mode
  • All references to global variables were replaced to window context
  • Eval was replaced to use JS Nodes