@beratkara/summernote-words-length
v1.0.0
Published
This plugin shows a limit on the number of words typed in the summernote plugin
Downloads
1
Readme
summernote-words-length
This plugin shows a limit on the number of words typed in the summernote plugin .
A plugin for the Summernote WYSIWYG editor.
Installation
Include the following code after including Summernote.
<script src="summernote-ext-words-length.js"></script>
<textarea name="content" id="content" class="summernote" data-wordslength="450"></textarea>