Lukas Wolfsteiner142 downloadsBrowse Raindrop.io links with note-aware search filters.
Browse Raindrop.io links in notes with note-aware and configurable search filters.
The plugin uses a Raindrop.io access token and the official Raindrop.io REST API. OAuth is planned for a later release.

#tag filters, exact phrases, or operators such as type:article, notag:true, and created:2024-01.raindrop code blocks.raindrop block to a note for inline results.The access token is stored in Obsidian plugin data and sent only to the Raindrop.io REST API.
The side pane opens as Raindrop.io explorer. It can browse all saved links from the configured collection, run manual searches, and load more paginated results.
Controls:
When the explorer follows a note, it uses:
#project.http and https links as exact phrase searches.match:OR when multiple note-derived filters are present, so a bookmark can match any note tag or link.Opening and interacting with the explorer preserves the last active note as context, so the note filter remains stable while you browse.
Add a fenced code block to any note:
```raindrop
collection: 0
tag: project-x
search: important
sort: -created
limit: 20
```
Options:
collection: Raindrop.io collection ID. Use 0 for all collections. Defaults to Default collection.tag: Raindrop.io tag to include in the search. Multi-word tags are quoted automatically, for example #"coffee beans".search: Raindrop.io search term. This is passed through to Raindrop.io.sort: Raindrop.io sort value, for example -created. Defaults to Default sort.limit: Number of links to request, clamped between 1 and 100. Defaults to Default limit.show: Comma-separated fields to show in addition to the Result display settings.hide: Comma-separated fields to hide, applied after show.Valid field names for show and hide: cover, domain, created, excerpt, tags, collection. Unknown names produce a warning above the results. For example:
```raindrop
tag: obsidian
hide: excerpt, tags
show: collection
```
You can combine tag and search; the plugin joins them into one Raindrop.io search term.
0 for all collections.-created.Result display toggles control which fields each result shows. They apply to the explorer and act as the default for note blocks:
obsidian.md.Tag click behavior options:
The plugin passes search text through to Raindrop.io. Useful examples:
#project-x: Bookmarks tagged project-x.#"coffee beans": Bookmarks with a multi-word tag."exact phrase": Exact phrase match.type:article: Article bookmarks.notag:true: Bookmarks without tags.created:2024-01: Bookmarks created in January 2024.#work #research match:OR: Bookmarks matching either tag.https://api.raindrop.io.Obsidian release assets are built at the repository root:
main.jsmanifest.jsonstyles.cssDo not commit generated main.js; attach it to GitHub releases together with manifest.json and styles.css.
Install dependencies and build the plugin:
npm install
npm run build
For watch mode:
npm run dev
Quality checks:
npm run lint
Copyright (C) 2026 Lukas '@dotWee' Wolfsteiner [email protected]
Licensed under the Do What The Fuck You Want To public license (see LICENSE file).