Open fazil3295 opened 2 years ago
Any update on this?
Just an update, for tables copy pasted in android tab we are not getting the words & characters count.
Basically we want to get the count for HTML elements as similar to ckeditor4.
CKEditor 4 didn't have character count. That is a 3rd party plugin that you linked to.
We don't plan to change how CKE5's word count works. It's currently focused on the actual content and we didn't get feedback regarding it counting the characters/words incorrectly. Apart from feedback that it works differently than in CKE4 or Twitter, which have their specific opinionated or domain-related implementations.
Thus, we don't plan at the moment to change the behavior or add options to this feature.
📝 Provide detailed reproduction steps (if any)
open https://ckeditor.com/docs/ckeditor5/latest/examples/builds-custom/full-featured-editor.html editor and paste some image or table.
✔️ Expected result
Paragraphs, Words & Characters count has been updated in cke4 behavior. http://w8tcha.github.io/CKEditor-WordCount-Plugin/
❌ Actual result
❓ Possible solution
Need to display words & characters count equivalent to pasted images & tables as same as cke4.