polyrabbit / hacker-news-digest

:newspaper: Let ChatGPT Summarize Hacker News for You
http://hackernews.betacat.io/
GNU Lesser General Public License v3.0
668 stars 87 forks source link

Feature request: Add link to comments in RSS feed contents #14

Closed Tetracerus closed 1 year ago

Tetracerus commented 1 year ago

The web version shows an icon and count of comments. Clicking on it takes you to the Hacker News page with all user comments. However, the RSS feed does not include such a link.

I would find the RSS feed much more useful if a link to the comments page was added into the content.

polyrabbit commented 1 year ago

OK, will implement later.

polyrabbit commented 1 year ago

@Tetracerus Just added the comment link to feed. But I'm not sure how your RSS reader handles those two link tags, will it display correctly?

image
Tetracerus commented 1 year ago

No apparent difference in one RSS reader. A different RSS reader now ONLY opens to ycombinator and no longer has a way to go directly to the article.
So I'd say this change is not ideal.

polyrabbit commented 1 year ago

OK,so those readers donot fully support RSS standard. I need to revert this change.

Tetracerus commented 1 year ago

Something simpler, like an HTML "Comments" link at the end of each item's contents should be safe.

polyrabbit commented 1 year ago

Added, PTAL

Tetracerus commented 1 year ago

Appears to work properly. Thanks