amatriain / feedbunch

A simple and elegant feed reader.
http://feedbunch.com
MIT License
84 stars 11 forks source link

UI to change feed title #15

Open skimj opened 6 years ago

skimj commented 6 years ago

Many RSS feeds end up with titles like "Your source of the latest and greatest breaking news locally, nationally and worldwide - The Post" and I'd like it to appear as simply "The Post".

A quick scan of the API references the ability to change a feed title. (I'm not sure if this is globally or per user, hopefully the latter). It would be nice if this functionality were available via the UI. Or maybe it is and it's not clear to me?

amatriain commented 6 years ago

The ability to change a feed title from the UI is in the to-do list, it's not currently implemented. Currently the API does not support per-user feed titles, that has to be implemented first so it's not just a UI change. For the moment the app simply displays whatever title the feed itself reports.

I'll keep in mind your feedback to give implementing this feature a higher priority.