Plugin details
"Calculate Read Time" helps you estimate how long an article will take to read. It works great with just plain text, but also with Markdown or HTML.
With error handling in place, the action will return the following values based on the provided text:
- Reading time (formatted like: 1 min read)
- Minutes (the number of minutes it takes to read)
- Time (Time to read in miliseconds)
- Word Count (word count of the provided text)
How to use:
- Once installed you only need to input the text to analyze. It can be a dynamic expression or static text.
- Use the returned values with custom states to show on the frontend or save them to the database.