星火管控前端
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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. Imprortant!
  2. ------------
  3. WebSpellChecker Dialog plugin for CKEditor 4 is appoaching its end-of-life (EOL) in 2021. Find out more in our [blog post](https://webspellchecker.com/blog/2020/12/02/end-of-life-for-spell-checker-dialog-plugin-for-ckeditor-4/) about its termination schedule.
  4. WebSpellChecker Dialog plugin for CKEditor 4
  5. ===============================
  6. WebSpellChecker Dialog (WSC Dialog) provides distraction-free proofreading, checking the whole text’s spelling and grammar on-click in a separate pop-up window.
  7. ![WSC Dialog Plugin for CKEditor 4 View](https://webspellchecker.com/app/images/wsc_dialog_plugin_for_ckeditor4.png)
  8. This plugin brings the multi-language WSC Dialog 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 (Check Spelling).
  9. If your version of CKEditor doesn’t have WSC Dialog built-in, you can easily add it by following the steps outlined in the Get Started section.
  10. The default version of WSC Dialog 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).
  11. To lift the limitations and get rid of the banner, [obtain a license](https://webspellchecker.com/wsc-dialog-ckeditor4/#pricing). Depending on your needs, you can choose a Cloud-based or Server (self-hosted) solution.
  12. Demo
  13. ------------
  14. WSC Dialog plugin for CKEditor 4: https://webspellchecker.com/wsc-dialog-ckeditor4/
  15. Supported languages
  16. ------------
  17. The WSC Dialog 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.
  18. 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/).
  19. Get started
  20. ------------
  21. 1. Clone/copy this repository contents in a new "plugins/wsc" folder in your CKEditor installation.
  22. 2. Enable the "wsc" plugin in the CKEditor configuration file (config.js):
  23. config.extraPlugins = 'wsc';
  24. That's all. WSC Dialog will appear on the editor toolbar under the ABC button and will be ready to use.
  25. Supported browsers
  26. -------
  27. This is the list of officially supported browsers for the WSC Dialog plugin for CKEditor 4. WSC Dialog may also work in other browsers and environments but we unable to check all of them and guarantee proper work.
  28. * Chrome (the latest)
  29. * Firefox (the latest)
  30. * Safari (the latest)
  31. * MS Edge (the latest)
  32. * Internet Explorer 8.0 (limited support)
  33. * Internet Explorer 9.0+ (close to full support)
  34. Note: All browsers are to be supported for web pages that work in Standards Mode.
  35. Resources
  36. -------
  37. * Demo: https://webspellchecker.com/wsc-dialog-ckeditor4/
  38. * Documentation: https://docs.webspellchecker.net/
  39. * YouTube video: https://youtu.be/bkVPZ-5T22Q
  40. * Term of Service: https://webspellchecker.com/terms-of-service/
  41. Technical support or questions
  42. -------
  43. 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 WSC Dialog plugin for CKEditor 4 and less.
  44. If you are experiencing any difficulties with the setup of the plugin, please check the links provided in the Resources section.
  45. 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/)!
  46. Reporting issues
  47. -------
  48. Please use the [WSC Dialog plugin for CKEditor 4 GitHub issue page](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues) to report bugs and feature requests. We will do our best to reply at our earliest convenience.
  49. License
  50. -------
  51. 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).
  52. See LICENSE.md for more information.
  53. Developed by [WebSpellChecker](https://webspellchecker.com/) in cooperation with CKSource.