google-code-export / ttrss-reader-fork

Automatically exported from code.google.com/p/ttrss-reader-fork
1 stars 2 forks source link

Inject a link to the web article at the end of the RSS article. #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A web link in the rss article saves the extra click for opening the context 
menu. The link is injected at the end of the rss article so that it effectively 
occupies no precious space. The first case is that the rss article is so short 
that the link fits on screen. In the second case the user scrolls the rss 
article down as he reads it. So the link pushes text out of the screen that the 
user already has read.

Here is my patch:

https://code.google.com/r/leskets-ttrss-reader-for-lazy-server/source/detail?r=c
a143ae2a6815485f2ddeb3a9462362adea2d0e2

However the link text is not internationalized.

Original issue reported on code.google.com by lesk...@web.de on 1 Nov 2011 at 1:12

GoogleCodeExporter commented 9 years ago
Hope I did not screw anything up -> The fix should be transplanted. I also 
modified the injectXYZ-methods to match your changes.

Greetings,
nils

Original comment by nils.braden on 1 Nov 2011 at 8:09

GoogleCodeExporter commented 9 years ago
It would be greate if you could disable this option, the possibility to open 
the article from the menu is enough for me.

Original comment by moritz.a...@gmail.com on 21 Nov 2011 at 8:36

GoogleCodeExporter commented 9 years ago
Added a preference for "Inject Article-Link", it defaults to true as I donÄt 
really see why you would be annoyed that much by a single line at the end of an 
article. Fixed, anyway. =)

Original comment by nils.braden on 22 Nov 2011 at 7:31

GoogleCodeExporter commented 9 years ago
I was annoyed because sometimes the scrollbar showed the article would go on, 
scrolled, and then just the link was waiting for me. Thanks :)

Original comment by moritz.a...@gmail.com on 23 Nov 2011 at 11:51