星火管控前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 4.4KB

9 months ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. SCAYT plugin for CKEditor 4
  2. =====================
  3. SpellCheckAsYouType (SCAYT) instantly underlines spelling and grammar errors while users type. To correct spelling or grammar error, a user simply needs to right-click the marked word to select from suggested corrections.
  4. ![SCAYT Plugin for CKEditor 4 View](https://webspellchecker.com/app/images/scayt_plugin_for_ckeditor4.png)
  5. This plugin brings the multi-language SCAYT functionality into CKEditor 4. It is integrated by default starting with [Standard Package of CKEditor 4](https://ckeditor.com/ckeditor-4/download/). You can find it on the CKEditor 4 toolbar panel under the ABC button (Enable SCAYT).
  6. If your version of CKEditor doesn’t have SCAYT built-in, you can easily add it by following the steps outlined in the Get Started section.
  7. The default version of SCAYT plugin for CKEditor 4 is using the free services of WebSpellChecker. It is provided with a banner ad and has some [limitations](https://docs.webspellchecker.net/display/WebSpellCheckerCloud/Free+and+Paid+WebSpellChecker+Cloud+Services+Comparison+for+CKEditor).
  8. To lift the limitations and get rid of the banner, [obtain a license](https://webspellchecker.com/wsc-scayt-ckeditor4/#pricing). Depending on your needs, you can choose a Cloud-based or Server (self-hosted) solution.
  9. Demo
  10. ------------
  11. SCAYT plugin for CKEditor 4: https://webspellchecker.com/wsc-scayt-ckeditor4/
  12. Supported languages
  13. ------------
  14. The SCAYT plugin for CKEditor as a part of the free services supports the next languages for check spelling: American English, British English, Canadian English, Canadian French, Danish, Dutch, Finnish, French, German, Greek, Italian, Norwegian Bokmal, Spanish, Swedish.
  15. There are also additional languages and specialized dictionaries available for a commercial license, you can check the full list [here](https://webspellchecker.com/additional-dictionaries/).
  16. Get started
  17. ------------
  18. 1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installation.
  19. 2. Enable the "scayt" plugin in the CKEditor configuration file (config.js):
  20. config.extraPlugins = 'scayt';
  21. That's all. SCAYT will appear on the editor toolbar under the ABC button and will be ready to use.
  22. Supported browsers
  23. -------
  24. This is the list of officially supported browsers for the SCAYT plugin for CKEditor 4. SCAYT may also work in other browsers and environments but we unable to check all of them and guarantee proper work.
  25. * Chrome (the latest)
  26. * Firefox (the latest)
  27. * Safari (the latest)
  28. * MS Edge (the latest)
  29. * Internet Explorer 8.0 (limited support)
  30. * Internet Explorer 9.0+ (close to full support)
  31. Note: All browsers are to be supported for web pages that work in Standards Mode.
  32. Resources
  33. -------
  34. * Demo: https://webspellchecker.com/wsc-scayt-ckeditor4/
  35. * Documentation: https://docs.webspellchecker.net/
  36. * YouTube video “How to Configure CKEditor 4 and SpellCheckAsYouType Plugin”: https://youtu.be/D0ahmVjYBq8
  37. * Term of Service: https://webspellchecker.com/terms-of-service/
  38. * CKEditor’s How-Tos for SCAYT: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_howtos_scayt.html
  39. * CKEditor’s example of SCAYT: https://ckeditor.com/docs/ckeditor4/latest/examples/spellchecker.html
  40. Technical support or questions
  41. -------
  42. In cooperation with the CKEditor team, during the past 10 years we have simplified the installation and built the extensive amount of documentation devoted to SCAYT plugin for CKEditor 4 and less.
  43. If you are experiencing any difficulties with the setup of the plugin, please check the links provided in the Resources section.
  44. Holders of an active subscription to the services or a commercial license have access to professional technical assistance directly from the WebSpellChecker team. [Contact us here](https://webspellchecker.com/contact-us/)!
  45. Reporting issues
  46. -------
  47. Please use the [SCAYT plugin for CKEditor 4 GitHub issue page](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues) to report bugs and feature requests. We will do our best to reply at our earliest convenience.
  48. License
  49. -------
  50. This plugin is 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).
  51. See LICENSE.md for more information.
  52. Developed by [WebSpellChecker](https://webspellchecker.com/) in cooperation with CKSource.