ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.54k stars 3.7k forks source link

There is no equivalent words & characters count for pasted images & tables #12736

Open fazil3295 opened 2 years ago

fazil3295 commented 2 years ago

📝 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/

image

❌ Actual result

image

❓ Possible solution

Need to display words & characters count equivalent to pasted images & tables as same as cke4.

fazil3295 commented 2 years ago

Any update on this?

fazil3295 commented 2 years ago

Just an update, for tables copy pasted in android tab we are not getting the words & characters count.

fazil3295 commented 1 year ago

Basically we want to get the count for HTML elements as similar to ckeditor4.

Reinmar commented 1 year ago

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.