Simple plugin for Trumbowyg WYSIWYG Editor that shows number of characters in the editor.
Plugin works out of the box, no configuration required.
Example is available here
class <string>
Counter div class name
Default: trumbowyg-counter
align <string> (default: left)
Text alignment in div. Available options: left, right, center
Default: left
showWordsCounter <boolean>
Shows words counter
Default: true
showCharsCounter <boolean>
Shows characters counter
Default: true