Plugin for RichText Editor (RTE) Umbraco character count. Feel free to fork and contribute.
Download / Clone the project and put it inside a folder under
App_Plugins
characterCount ( create the folder )
(then you have the files here)
The RTE is not completely bug free. The plugin will erase all the text if one does continuous paste on the field.
i.e for Ctrl + v and Ctrl + v where the amount of text exceeds the limit.
Tested up to: Umbraco 7.2
Must be one of the following
- build: Changes that affect the build system or external dependencies (example scopes: webpack, npm)
- config: configuration changes only
- docs: Documentation only changes
- feat: A new feature
- fix: A bug fix
- perf: A code change that improves performance
- refactor: A code change that neither fixes a bug nor adds a feature
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)