phildenhoff / logseq-raindrop

A Raindrop plugin for Logseq
MIT License
62 stars 5 forks source link

Import more than three highlights per raindrop #10

Closed luhmann closed 2 years ago

luhmann commented 2 years ago

The plugins loads all the highlights that are supposed to be loaded via the multiple endpoint (ref: https://developer.raindrop.io/v1/raindrops/multiple). While the documentation is silent about it the response seems to return a maximum of three highlights per raindrop. This conforms to the number of highlights shown as preview within the raindrop app.

This adds a call to the endpoint for selecting a single raindrop (ref: https://developer.raindrop.io/v1/raindrops/single) which again is the same as what the raindrop app itself does to display all highlights in the footer of a loaded raindrop.

Fix #9

DonaldoSoWell commented 2 years ago

@luhmann great job thanks ! @phildenhoff Could you please build and publish a new release with tis fix, so that all users can bypass this limitation please

phildenhoff commented 2 years ago

@DonaldoSoWell now available in v0.0.4! thanks for the reminder