[TASK] CKEditor RTE: Re-add the wordcount functionality
This patch re-adds a missing functionality to CKEditor. Due to the move from htmlArea to CKEditor, the well-known wordcount information was gone. The wordcount information is added to all existing CKEditor presets per default. In addition, it is now possible to customize the displayed information below the editor. - It's possible to switch paragraph-, word- and/or character count. - You can define if spaces are counted as charactars. - You can define if HTML tags are taken into account. - You can define if linebreaks are taken into account. Beside that, the used plugin enables also setting up maximum values for word- and/or character count. This can be easily used for custom RTE presets. The fact that the global configuration is located in the Base.yaml makes it possible to overwrite settings partially or completely in any inherited RTE preset. With that it is easy possible to realize word/character limits. Following commands were used to add the external package as a dependency and copy the plugin files/folders to the final location: `yarn add --dev ckeditor-wordcount-plugin && yarn build` Resolves: #86395 Releases: master Change-Id: I2c76d7bfebc9a5a57c1f105788af206bdffb00f2 Reviewed-on: https://review.typo3.org/58405 Reviewed-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Gruntfile.js 10 additions, 0 deletionsBuild/Gruntfile.js
- Build/package.json 1 addition, 0 deletionsBuild/package.json
- Build/yarn.lock 990 additions, 0 deletionsBuild/yarn.lock
- typo3/sysext/rte_ckeditor/Configuration/RTE/Editor/Base.yaml 13 additions, 0 deletionstypo3/sysext/rte_ckeditor/Configuration/RTE/Editor/Base.yaml
- typo3/sysext/rte_ckeditor/Configuration/RTE/Full.yaml 1 addition, 0 deletionstypo3/sysext/rte_ckeditor/Configuration/RTE/Full.yaml
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/css/wordcount.css 3 additions, 0 deletions...ic/JavaScript/Contrib/plugins/wordcount/css/wordcount.css
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ar.js 11 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/ar.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ca.js 13 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/ca.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/cs.js 14 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/cs.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/da.js 13 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/da.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/de.js 13 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/de.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/el.js 13 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/el.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/en.js 16 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/en.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/es.js 13 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/es.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/eu.js 13 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/eu.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fa.js 12 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/fa.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fi.js 14 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/fi.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fr.js 11 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/fr.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/he.js 13 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/he.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/hr.js 13 additions, 0 deletions...es/Public/JavaScript/Contrib/plugins/wordcount/lang/hr.js
Please register or sign in to comment