Word count plugin #2571
Labels
package:word-count
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
MVP
The plugin should provide information about the number of characters and words in the editor.
Expose a word counter container with automatically updated content. Display it as
Characters: NNN
Example:
Support counting words and characters. Display it as
Words: NNN. Characters: NNN
. Provide configuration option to disable/enable given field:config.wordCount.displayCharacters
config.wordCount.displayWords
Allow on output customization. There should be a render function which allows on an update of any element you want
config.wordCount.onUpdate( stats )
Next steps
config.wordCount.wordLimit/characterLimit
(package.json should be indented with tabs #7):Characters: NNN/MMM
The text was updated successfully, but these errors were encountered: