You are here

README.txt in CKEditor Wordcount 8

CKEditor Word Count & Character Count
=====================================

Description
===========
CKEditor Wordcount can be enabled per filter format, and will show you the
paragraph and word count, as well as count spaces as characters or count
HTML as characters if you select those options.  You can also set a maximum
limit on total words or total characters, which will prevent input in
CKEditor after that limit.

Please note that while you can have a maximum limit imposed by this plugin,
do not lean on that for any real character limit validation.

Composer-based installation
===========================
If using composer, make sure to add "w8tcha/ckeditor-wordcount-plugin" to
the list of packages to be installed under "web/libraries" by adding:

```
"extra": {
  "installer-paths": {
    "web/libraries/{$name}": [
      "type:drupal-library",
      "w8tcha/ckeditor-wordcount-plugin"
    ],
  }
}
```

Manual installation
===================
1. Download the plugin from http://ckeditor.com/addon/wordcount
2. Place the plugin in the root libraries folder
   (/libraries/ckeditor-wordcount-plugin).

Finally, enable CKEditor Wordcount module in the Drupal admin.
Each filter format will now have a config tab for this plugin.

Dependencies
============
This module requires the core CKEditor module and CKEditor Notification module.

Uninstallation
==============
1. Uninstall the module from 'Administer >> Modules'.

MAINTAINERS
===========
Kevin Quillen - https://www.drupal.org/u/kevinquillen

File

README.txt
View source
  1. CKEditor Word Count & Character Count
  2. =====================================
  3. Description
  4. ===========
  5. CKEditor Wordcount can be enabled per filter format, and will show you the
  6. paragraph and word count, as well as count spaces as characters or count
  7. HTML as characters if you select those options. You can also set a maximum
  8. limit on total words or total characters, which will prevent input in
  9. CKEditor after that limit.
  10. Please note that while you can have a maximum limit imposed by this plugin,
  11. do not lean on that for any real character limit validation.
  12. Composer-based installation
  13. ===========================
  14. If using composer, make sure to add "w8tcha/ckeditor-wordcount-plugin" to
  15. the list of packages to be installed under "web/libraries" by adding:
  16. ```
  17. "extra": {
  18. "installer-paths": {
  19. "web/libraries/{$name}": [
  20. "type:drupal-library",
  21. "w8tcha/ckeditor-wordcount-plugin"
  22. ],
  23. }
  24. }
  25. ```
  26. Manual installation
  27. ===================
  28. 1. Download the plugin from http://ckeditor.com/addon/wordcount
  29. 2. Place the plugin in the root libraries folder
  30. (/libraries/ckeditor-wordcount-plugin).
  31. Finally, enable CKEditor Wordcount module in the Drupal admin.
  32. Each filter format will now have a config tab for this plugin.
  33. Dependencies
  34. ============
  35. This module requires the core CKEditor module and CKEditor Notification module.
  36. Uninstallation
  37. ==============
  38. 1. Uninstall the module from 'Administer >> Modules'.
  39. MAINTAINERS
  40. ===========
  41. Kevin Quillen - https://www.drupal.org/u/kevinquillen