Versions Compared

Key

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

...

Code Block
languagebash
themeEmacs
cd ckeditor5-build-classicnpm install

4. Install the WProofreader plugin:

Code Block
languagebash
themeEmacs
npm install @webspellchecker/wproofreader-ckeditor5 --save-dev

5. Open ckeditor5-build-classicOpen /src/ckeditor.js file.

6. Import the WProofreader plugin:

...

That's it. Now you should be able to use the spelling and grammar checking functionality of WProofreader with CKEditor 5.

Try it out on the default sample page: ckeditor5-build-classic/sample/index.html.