nshenderov / strapi-plugin-ckeditor

Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Unofficial integration)
https://www.npmjs.com/package/@_sh/strapi-plugin-ckeditor
MIT License
84 stars 53 forks source link

Add wordcount value to database #132

Open dragosN opened 5 months ago

dragosN commented 5 months ago

When saving the editor data only the content is saved. There is any way to use the wordcount plugin from CKEditor to be able to save the wordcount and use it on external apps?

nshenderov commented 4 months ago

There is no way by default, but you can modify this plugin locally to achieve this