reading-time icon indicating copy to clipboard operation
reading-time copied to clipboard

A simple, lightweight jQuery plugin used to display an estimated time to read some text.

Results 9 reading-time issues
Sort by recently updated
recently updated
newest added

I am building multilingual website. The website has 3 languages, there are English, Bahasa Indonesia, and Chinese. The plugin seems working fine with English and Bahasa Indonesia language setting, but...

Is it possible to display the number in different languages other than English? Like -- 2 mins in Chinese will be 二 分钟

Hi, I am getting this error in console on some pages and this causes no reading time value in the eta div. Also, the scripts that are supposed to execute...

Message: Object doesn't support this property or method Problem: wrong single quote character being used. Fix **`** should be **'**

If I try to use it on any other part besides the article, it doesn't work. For example, my markup looks sorta like this: HTML: ``` ``` JQUERY ``` $('.post-body').each(function()...

NPM is installing v1 instead of v2. Any fix? Tried using `@2.0.0` but didn't work. Thanks!

I just want to note that the new plugin version is not working on IE because template literals are not supported on IE: readingTime = `${readingTimeMinutes}:${readingTimeSeconds}`;

The current implementation depends on [counting the length of the array after separating texts by white spaces](https://github.com/michael-lynch/reading-time/blob/2.0.0/src/readingtime.js#L58). While this will work for most Indo-European languages, text in some other languages,...

TODO : need improvement if script in body part of the page