We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to see the current character and word count while editing blog posts.
Word and Character count can be enabled by adding a configuration within CKEDITOR_5_CONFIGS.
I see a Word count and character count in the ckeditor5 docs.
There are two ways how you can inject the word count statistics into your page: By using the WordCount#wordCountContainer property as shown in the example above. By specifying where the word count feature should insert its container which can be done by using config.wordCount.container.
There are two ways how you can inject the word count statistics into your page:
By using the WordCount#wordCountContainer property as shown in the example above.
By specifying where the word count feature should insert its container which can be done by using config.wordCount.container.
Would either of these methods be the way to implement this?
It might be nice to enable this on a container-by-container basis, but I am okay if enabling it inserts it into every CKEditor5Field.
I could probably pull this off with JS or HTMX, but it would be great if this could be native within ckeditor5.
The text was updated successfully, but these errors were encountered:
7b58c4b
Merge pull request #118 from hvlads/117_word_count_plugin
ea76122
resolve #117 add WordCount ckeditor5 plugin.
Hi, this functionality will appear in the next version
Sorry, something went wrong.
No branches or pull requests
Context
I want to see the current character and word count while editing blog posts.
Ideal behavior
Word and Character count can be enabled by adding a configuration within CKEDITOR_5_CONFIGS.
Path Forward
I see a Word count and character count in the ckeditor5 docs.
Would either of these methods be the way to implement this?
Things to consider
It might be nice to enable this on a container-by-container basis, but I am okay if enabling it inserts it into every CKEditor5Field.
I could probably pull this off with JS or HTMX, but it would be great if this could be native within ckeditor5.
The text was updated successfully, but these errors were encountered: