paweljanicki / trumbowyg-counter

MIT License
0 stars 0 forks source link

Trumbowyg counter plugin

Simple plugin for Trumbowyg WYSIWYG Editor that shows number of characters in the editor.

Plugin works out of the box, no configuration required.

Example

Example is available here

Parameters

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