phildenhoff / logseq-raindrop

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

Raindrop plugin for Logseq

Not actively developed

Jun 24, 2024. I'm (@phildenhoff) no longer working on logseq-raindrop. I no longer use the plugin regularly and instead keep my notes & Raindrop separate.

If you would like to continue development, please fork the repo! I will support devs who wish to upstream their work, to share with other users using the plugin via the marketplace.

A plugin for Logseq that allows you to import annotations & bookmarks from Raindrop, and save URLs back to Raindrop.

Note New! You can now import all your bookmarks to one page using single-page imports!

https://user-images.githubusercontent.com/17505728/181995626-3574af69-e43f-4a4e-b9f8-e5e29ce468ec.mp4

Features

You can rename any page and still refresh that page's imported content at any time.

⚠️ Don't remove any raindrop-id or annotation-id properties: these fields are required for the plugin to work normally.

Setting up your plugin

To get set up, generate a Raindrop API access token from the Settings > Integrations page. Use the Test Token as your API access token -- or walk through the entire OAuth flow, if that's your preference.

https://user-images.githubusercontent.com/17505728/169188456-f346ed11-dbc3-45b2-8bac-336d7151a79a.mp4

Don't try to use the tokens in the video. They've already been expired and the app deleted.

Demos

Saving URLs to Raindrop

https://user-images.githubusercontent.com/17505728/168242341-3cad1a5f-bff9-4019-ac5f-b48a322c901a.mov

Planned work

Building your own Logseq plugin

I ran into some issues getting this plugin set up from scratch. Here's some advive if you want to write your own Logseq plugin.