ckeditor/plugins/wsc/README.md
author indvd00m (gotoindvdum[at]gmail[dot]com)
Thu, 15 Dec 2016 18:10:20 +0300
changeset 0 44d330dccc59
permissions -rw-r--r--
Init sample
indvd00m@0
     1
CKEditor WebSpellChecker Plugin
indvd00m@0
     2
===============================
indvd00m@0
     3
indvd00m@0
     4
This plugin brings Web Spell Checker (WSC) into CKEditor.
indvd00m@0
     5
indvd00m@0
     6
WSC is "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
indvd00m@0
     7
indvd00m@0
     8
Installation
indvd00m@0
     9
------------
indvd00m@0
    10
indvd00m@0
    11
1. Clone/copy this repository contents in a new "plugins/wsc" folder in your CKEditor installation.
indvd00m@0
    12
2. Enable the "wsc" plugin in the CKEditor configuration file (config.js):
indvd00m@0
    13
indvd00m@0
    14
        config.extraPlugins = 'wsc';
indvd00m@0
    15
indvd00m@0
    16
That's all. WSC will appear on the editor toolbar and will be ready to use.
indvd00m@0
    17
indvd00m@0
    18
License
indvd00m@0
    19
-------
indvd00m@0
    20
indvd00m@0
    21
Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html).
indvd00m@0
    22
indvd00m@0
    23
See LICENSE.md for more information.
indvd00m@0
    24
indvd00m@0
    25
Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).