Skip to content

Latest commit

 

History

History

wproofreader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

WProofreader editor

Use a multilingual spell and grammar checker to eliminate unnecessary typos and mistakes. Customize this tool to respect any relevant proper names.

See this demo live at ckeditor.com or read more about it in the CKEditor 5 documentation.

Installation steps

  1. Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
  1. Change the directory and install the dependencies:
cd ckeditor5-demos/wproofreader && yarn
  1. Open the wproofreader/index.js file and update the values of the WEB_SPELL_CHECKER_LICENSE_KEY variable. Without this, the spell checker will not be enabled.

  2. Start the demo:

yarn dev