Closed
Conversation
|
+1 for this one! Nice job! |
Owner
|
Estimated reading times for posts have been added in #265 and will land once merged. |
Owner
|
3.0.1 has been released with this feature. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an enhancement, or a feature suggestion.
Similar to posts on Medium, there's a read time on each article, allowing users to gauge how long it takes to finish the article. Medium's read time is based on roughly 275 WPM, with time included for images, as shown here.
My implementation for this is only for 180 WPM, without accounting for images. If this is something you might like I can definitely work on it and add a more sophisticated counter for images!
As of now it's implemented in posts, and can be turned on using
readtime : trueon a per-post setting.I'll be using this in my blog at leewc.com, so I thought I'd work on it here for a Pull request if you're interested. Many thanks for the awesome theme!
There's also the
fa bookmark-ostyled icon if you prefer. I tried both and it seems the filled one looks better, but I don't particularly have an eye for design :P