Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replace all the steps with the link to guide.


Info

Refer to Initializing WProofreader in CKEditor 4 guide

...

to migrate from the classic SCAYT

...

and WSC Dialog plugins for CKEditor 4 to WProofreader

...

.

...

1. Initialize WProofreader with 'autoSearch

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

2. Remove Old Plugins

Remove SCAYT and 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:

Code Block
languagejs
themeEmacs
titleCKEditor config.js:
config.removePlugins = 'scayt,wsc';