DocMarty84 / miniflutt

Another Miniflux client.
MIT License
115 stars 16 forks source link

Add comments button to bottom bar when entry has a comments URL #13

Closed jhotmann closed 3 years ago

jhotmann commented 3 years ago

I recently discovered that Miniflux has the ability to get the comments link for an article. This is very handy, especially for hacker news and similar feeds. The entry model already contains the comments url and if it's populated, another button on the bottom bar would be nice.

DocMarty84 commented 3 years ago

Hello,

Indeed, Miniflutt retrieves all the fields returned by Miniflux, but it doesn't make any use of the commentsUrl field. I can have a look to add a button.