You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

WProofreader add-on for rich text editors enables grammar and spell check, combining spelling and grammar suggestions while you type or work with your text in a floating dialog. 

Its auto-searching feature enables detecting new editable fields on the page and proofreading the text they contain automatically on hover selection. No additional actions or plugins are required for enabling WProofreader in a specific WYSIWYG editor or HTML editable element. A single configuration applies to almost all editors and controls. Here is the list of WProofreader supported integrations

0. Obtain Service ID

Sign up for the trial version to get started with WProofreader Cloud. Once you have subscribed, you will receive an email with your service ID, an activation key, required for the WProofreader service activation.

If you already have one, you can skip this step.

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:

CKEditor config.js:
config.removePlugins = 'scayt,wsc';