This guide will help you to migrate from SCAYT/WSC Dialog plugins for CKEditor 4 to WSC Proofreader. All the described steps are provided for the Cloud version of WSC Proofreader.

0. Obtain Service ID

1. Initialize WSC Proofreader with 'autoSearch' 

Now, you need to enable WSC Proofreader with the autoSearch feature as described in the initialization step of Get Started with Cloud WebSpellChecker Proofreader (autoSearch).

2. Remove Old Plugins

Remove SCAYT and WSC Dialog plugins for CKEditor. There are two plugins integrated by default with CKEditor. In order to avoid any confusion, it is recommended to remove these plugins. You can do it by adding the next parameter to CKEditor config.js file:

config.removePlugins = 'scayt,wsc';