Raindrop Shortcuts

Over the past weeks I used Raindrop to read and highlight articles. I build a Shortcuts to quickly retrieve the highlights of the latest document in my account and also a few ones to quickly add links via the Share Sheet.
You can find the download links and descriptions below.
All shortcuts require an API token for your account which you can create following these steps:

  • go into the web app of Raindrop
  • Navigate to the Settings
  • Select Integrations
  • Scroll to the bottom and click on the “For Developers” section
  • create a new App
  • generate the token you can paste into the Shortcuts

import highlights

latest Raindrop Highlights to Markdown

This Shortcut retrieves the raindrop highlights from the most recently highlighted document in Raindrop.
The imported highlights are indented depending on the color in Raindrop to enable you to make structured highlights using different colors for different indentation levels in the markdown export. This makes it obsolete to reformat highlights in the exports after sharing them to your preferred app.
The indentation level is created based on the colors in raindrop (from left to right):

  • yellow: 0
  • blue: 1 (=4 spaces)
  • green: 2 (=8 spaces)
  • red: 3 (=12 spaces)

create raindrops

create raindrop (unsorted)

This shortcut adds the provided url to your Raindrop account in the “unsorted” folder

create raindrop with predefined tags

This Shortcut creates a raindrop (bookmark) from a provided url in the “unsorted” folder of your Raindrop account with configurable predefined tags.

create raindrop with tags from predefined options

This Shortcut creates a raindrop (bookmark) from a provided url in the “unsorted” folder of your Raindrop account with the tags you select. The options for the tags are configurable to your needs.

create raindrop in collection

This Shortcut allows to directly add a provided link to a collection in your Raindrop account. The Shortcut retrieves the collections from your account and you can choose in which one you want to add the provided link.

create raindrop with predefined tags in collection

This Shortcut allows to directly add a provided link to a collection in your Raindrop account with predefined tags. The Shortcut retrieves the collections from your account and you can choose in which one you want to add the provided link.

create raindrop with tags from predefined options in collection

This Shortcut allows to directly add a provided link to a collection in your Raindrop account with the tags you select. The Shortcut retrieves the collections from your account and you can choose in which one you want to add the provided link.