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

0. Obtain Service ID

1. Initialize WProofreader with autoSearch

Now, you need to enable WProofreader with the autoSearch feature. You can initialize WProofreader in your web app using the config variable or inline data attributes.

Option A. Initializing using Config Variable

1. Add Config with Options

2. Add WProofreader Script

Option B. Initializing using Inline Data Attributes

2. Remove Old Plugins

Remove SCAYT and Dialog plugins for CKEditor which are integrated in CKEditor by default to avoid any possible issues. You can do it by adding the following parameter to CKEditor config.js file:

config.removePlugins = 'scayt,wsc';