1.0.0 • Published 3 years ago

@beratkara/summernote-words-length v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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>