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 Server version of WProofreader.

1. Initialize WProofreader using autoSearch

Now, you need to enable WProofreader with the autoSearch feature. For details, refer to Initialize WProofreader in CKEditor 4 section.

2. Remove Old Plugins

Remove SCAYT and WSC Dialog plugins for CKEditor 4 which are integrated by default with CKEditor. You can do it by adding the following parameter to CKEditor config.js file:

config.removePlugins = 'scayt,wsc';