fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.38k stars 345 forks source link

Article reading time #1232

Closed davidoskky closed 3 years ago

davidoskky commented 4 years ago

This addition displays an estimated reading time near the title of each article. It allows me to estimate how long an article is before opening it. It is just a small hack I made for my own use and I do not know if it actually is an useful feature for others... if it's not feel free to delete this PR.

jtojnar commented 4 years ago

Thanks. This is useful feature, my only worry is that it will crowd the interface even more. Maybe we could default the config value to 0 and only show the time when user explicitly sets their reading speed?

davidoskky commented 4 years ago

Indeed it could become crowded; I edited the PR, this way the feature is disabled by default.

davidoskky commented 4 years ago

I hope the description I added is clear enough, feel free to edit that if it is not. I am fine with GNU GPL 3 and later versions.

jtojnar commented 3 years ago

Thanks.