Countable
Countable copied to clipboard
Add live paragraph-, word- and character-counting to an HTML element.
The default implementation of below does not respect the `ignoreReturns: true`: ``` $( window ).on('load', function() { Countable.on( document.getElementById('my_area'), counter => console.log(counter), { ignoreReturns: true } ) }); ``` Doing...
it don't work with any textarea editor as tiny and give zero
Hi first of all good job on this plugin, the thing is for me, is not working if I have on the same text-area a char counter and your plugin...
When trying to build an app using `Countable`, the build fails, seemingly because there is no es5 version of the library. Can an es5 file be auto-compiled into the dist?
An array of jquery elements does not result in "true" for "Array.isArray(elements)". Recommend putting this back to checking `elements.length`.
`###` for example is not a word. Don't count it. Markdown uses it for headings.
Will the tool support Chinese in the future? I run the demo, found that it dose not support Chinese.
Hi I get this error in the chrome console log when loading the page: `Uncaught TypeError: Cannot set property 'Countable' of undefined at Countable.js:406 at Countable.js:16` the site is a...
It is very common that we could have content of mixed languages such as a paragraph mixed of English and Chinese. A big difference of counting English and CJK words...