Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.08 KB

Character-Count-Umbraco

Plugin for RichText Editor (RTE) Umbraco character count. Feel free to fork and contribute.

Contributors

agneysh & cbugs

Installation

Download / Clone the project and put it inside a folder under

App_Plugins

characterCount ( create the folder )

(then you have the files here)

Technical Details

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

Commit Messages

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)