Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WProofreader plugin for CKEditor 5 inherits all functionality of the WProofreader component with slight adaptation to the view and features of the editor. Right now the plugin is just a “wrapper” for the classic WProofreader. Thus, WProofreader will be more native to CKEditor 5 build procedure. 

The main differences between the plugin and classic WProofreader are:

  • part of build and configuration of CKEditor 5;
  • tailored color theme for CKEditor 5 based on previously discussed styles;
  • automatically disabled Dialog mode in case of real-time collaboration features and multi-root plugin;
  • better work of WProofreader as you type mode in case of multi-root plugin (languages and settings synchronization between instances).

...

If your preference is to use the plugin instead of the classic WProofreader initialization, please follow the steps below.

1. Clone CKEditor 5 Classic editor:

Code Block
languagebash
themeEmacs
git clone -b stable [email protected]:ckeditor/ckeditor5-build-classic.git

...