mtopping / obsidian-raindrop

This plugin allows for basic integration with Raindrop.io, a bookmarking service and Obsidian.
MIT License
195 stars 5 forks source link

Limit to 25 bookmarks in results #5

Open IanPatterson99 opened 2 years ago

IanPatterson99 commented 2 years ago

There seems to be a limit of 25 to the max number of bookmarks that can be listed. Is that a feature of the raindrop API or something you’ve included ? thanks

mtopping commented 2 years ago

@IanPatterson99 Apologies, I've been away. The 25 seems to be the default for queries. I'll take care of this in the next release. At the minimum I'll add the limit param, but Raindrop has a 50 maximum per page.

I may just add the param first to get out there, then work on a paged view for collections over 50.

IanPatterson99 commented 2 years ago

Great - thanks. Would be nice to have an unlimited number, but anything more would be good.