You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to showReadingTime ("5 min"), it would be handy to have native support for showWordCount or similar ("100 words").
Rationale: Reading time is subjective and relative. Word count is absolute and a more reliable and traditional proxy to estimate how long a post is. It's not perfect, and there are variations across languages, hence an option would leave it to users to decide whether it's relevant to their use cases.
In addition to
showReadingTime
("5 min"), it would be handy to have native support forshowWordCount
or similar ("100 words").Rationale: Reading time is subjective and relative. Word count is absolute and a more reliable and traditional proxy to estimate how long a post is. It's not perfect, and there are variations across languages, hence an option would leave it to users to decide whether it's relevant to their use cases.
Proof-of-concept
It basically comes down to adding the following snippet to
post_meta.html
:...plus adding translations for "words".
And the metadata looks something like:
Happy to send a more polished PR than the aforementioned commit if the developers are willing to accept this contribution.
The text was updated successfully, but these errors were encountered: