word-count.md 1.2 KB


category: api-reference

Word count feature for CKEditor 5

npm version

This package implements the word count feature for CKEditor 5. You can use it to obtain amount of words and/or characters from the editor.

Demo

Check out the {@link features/word-count#demo demo in the Word count feature} guide.

Documentation

See the {@link features/word-count Word count feature} guide and the {@link module:word-count/wordcount~WordCount} plugin documentation.

Installation

npm install --save @ckeditor/ckeditor5-word-count

Contribute

The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-word-count.

External links