Alfred workflow to see bookmarks stored on Raindrop.io.
This workflow utilizes Raindrop.io API.
Download the latest .alfredworkflow file from release page and import it (ref. Importing and Setting Up Alfred Workflows).
You can see two configurable variables (accessToken
and target
) as below:
To use this workflow, accessToken
is required to access Raindrop.io API.
You can obtain your access token to follow this document. I recommend to use test token because this workflow does not access any data except your account.
target
is an optional variable (see below).
This workflow contains hotkey, but hotkeys are stripped out when you import the workflow.
You can set by double-clicking the hotkey object (upper left object).
Trigger the hotkey you set or type r
into Alfred to invoke this workflow.
Raindrops
calls Get raindrops API. Returns max 50 items in descending order of created date.
Collections
calls Get root collections API.
Tags
calls Get tags API.
By configuring target
variable, you can skip selecting Raindrops/Collections/Tags.
Note that target
should be one of raindrops
/collections
/tags
.