[GH-ISSUE #2293] RSS Feed URL - links are only last 20 #1399

Closed
opened 2026-03-02 11:57:03 +03:00 by kerem · 4 comments
Owner

Originally created by @Klar on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2293

Describe the Bug

The "RSS Feed URL" share link does only contain the last 20 links.

I haven't found a setting to define this, as I would like to have all links in the list also in the rss feed.

Maybe a bug?

Steps to Reproduce

  1. Create a list
  2. add more than 20 different links
  3. share list
  4. add the "rss feed url" into an rss reader / or view in browser

Expected Behaviour

shows all links

Screenshots or Additional Context

No response

Device Details

No response

Exact Karakeep Version

v.0.29.3

Have you checked the troubleshooting guide?

  • I have checked the troubleshooting guide and I haven't found a solution to my problem
Originally created by @Klar on GitHub (Dec 22, 2025). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2293 ### Describe the Bug The "RSS Feed URL" share link does only contain the last 20 links. I haven't found a setting to define this, as I would like to have all links in the list also in the rss feed. Maybe a bug? ### Steps to Reproduce 1. Create a list 2. add more than 20 different links 3. share list 4. add the "rss feed url" into an rss reader / or view in browser ### Expected Behaviour shows all links ### Screenshots or Additional Context _No response_ ### Device Details _No response_ ### Exact Karakeep Version v.0.29.3 ### Have you checked the troubleshooting guide? - [x] I have checked the troubleshooting guide and I haven't found a solution to my problem
kerem 2026-03-02 11:57:03 +03:00
Author
Owner

@MohamedBassem commented on GitHub (Dec 22, 2025):

Add '&limit=100' to the url to control the number of elements returned

<!-- gh-comment-id:3684183198 --> @MohamedBassem commented on GitHub (Dec 22, 2025): Add '&limit=100' to the url to control the number of elements returned
Author
Owner

@Klar commented on GitHub (Dec 23, 2025):

thanks this works. Maybe we could add the "&limit=100" or lower count already in the generated link? this way people can / will find out about the limit.

Also there seems to be a cap at 100 -> "Number must be less than or equal to 100". Could we change this to a higher number? because as karakeep is a link archiver, and I would like to have different lists shared via rss, the lists will not be useful if I add more than 100 links in them.

<!-- gh-comment-id:3685652181 --> @Klar commented on GitHub (Dec 23, 2025): thanks this works. Maybe we could add the "&limit=100" or lower count already in the generated link? this way people can / will find out about the limit. Also there seems to be a cap at 100 -> "Number must be less than or equal to 100". Could we change this to a higher number? because as karakeep is a link archiver, and I would like to have different lists shared via rss, the lists will not be useful if I add more than 100 links in them.
Author
Owner

@MohamedBassem commented on GitHub (Dec 23, 2025):

@Klar typically I don't think an RSS feed lists all the content, instead we probably should use pages (which we don't currently support for rss feeds, but probably should add).

<!-- gh-comment-id:3685657545 --> @MohamedBassem commented on GitHub (Dec 23, 2025): @Klar typically I don't think an RSS feed lists all the content, instead we probably should use pages (which we don't currently support for rss feeds, but probably should add).
Author
Owner

@Klar commented on GitHub (Dec 23, 2025):

yes pages for RSS links would also work (for me).

<!-- gh-comment-id:3685719243 --> @Klar commented on GitHub (Dec 23, 2025): yes pages for RSS links would also work (for me).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1399
No description provided.