Skip to content
#

rss-reader

Here are 440 public repositories matching this topic...

NetNewsWire
MtnBiker
MtnBiker commented Feb 6, 2020

I don't know if this is a bug or feature, but Cmd-clicking on an article title should open the Safari window behind NNW. This is a common action in macOS.

Feature: An option for right arrow from an article to do the same as above, i.e., open the article in Safari behind NNW. Has to be an option or accidental arrowing would be frustrating to those who hadn't selected the option.

Safari should

christopher-wilson
christopher-wilson commented Jan 26, 2020

I've just installed this through docker on a Synology NAS, so it may be more apparent when hosted on another platform, so apologies in advance if that is the case.

Going through everything, and getting it working, I've found warts and some general usability issues. There is no documentation on how to create a theme, where they are uploaded, or what can be themed, as far as I can tell.

It wo

rainchen
rainchen commented Feb 21, 2020

the original demo code in README is:

The Date#format Method
class Date
  def format( spec ) self.strftime( spec.to_strftime ); end
end
The new Date#format method formats the date like the passed in example:

date = Date.today   ## test run on 2020-02-09

p date.format( 'January 02, 2006' )         #=> "February 09, 2020"

but the 'format' method is a built in stdlib privat

emacsomancer
emacsomancer commented Mar 13, 2017

Issue: Clicking/tapping a link within an entry/post just opens a blank page.

Expected behaviour: Clicking a link in an entry/post should trigger opening a browser

[Side related nitpick: For the general "open in browser" function - does it need to be within a three-dot menu which only has one item? Couldn't it just be (1 tap) icon like the "mark unread" button?]

bug

Improve this page

Add a description, image, and links to the rss-reader topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rss-reader topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.