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
"Read time is based on the average reading speed of an adult (roughly 265 WPM). We take the total word count of a post and translate it into minutes, with an adjustment made for images. For posts in Chinese, Japanese and Korean, it's a function of number of characters (500 characters/min) with an adjustment made for images."
end to end tests: re-generate, manually check result, take over result for comparison data set
entry page previews
round up
document in wiki: approach, sources, this issue, chosen WPM number, subtraction number
maybe: link from template to the wiki page with explanations
MISC temporary notes:
# FIXXME: other languages than german have to be added
# here: (generalize using a configured list of known
# languages?)
if 'autotags' in list(entry.keys()):
if 'language' in list(entry['autotags'].keys()) and entry['autotags']['language'] == 'deutsch':
content += self.template_definition_by_name('backreference-header-de')
else:
content += self.template_definition_by_name('backreference-header-en')
Find out how to implement a feature that estimates the reading time (according to number of words?)
Implement feature and add it to lazyblorg output
The text was updated successfully, but these errors were encountered: