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.
- Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
- Change the directory and install the dependencies:
cd ckeditor5-demos/wproofreader && yarn
-
Open the
wproofreader/index.js
file and update the values of theWEB_SPELL_CHECKER_LICENSE_KEY
variable. Without this, the spell checker will not be enabled. -
Start the demo:
yarn dev