Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Raindrop.io

Lukas WolfsteinerLukas Wolfsteiner142 downloads

Browse Raindrop.io links with note-aware search filters.

Add to Obsidian
Raindrop.io screenshot
Raindrop.io screenshot
  • Overview
  • Scorecard
  • Updates6

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.

Screenshot

Features

  • Raindrop.io explorer: Browse saved bookmarks from the configured collection in a side pane.
  • Note-aware filtering: Let the explorer follow the active note by turning note tags and external links into a Raindrop.io search term.
  • Manual search: Search Raindrop.io directly with keywords, #tag filters, exact phrases, or operators such as type:article, notag:true, and created:2024-01.
  • Note blocks: Render saved Raindrop.io links inline from fenced raindrop code blocks.
  • Configurable tag clicks: Choose whether tags on rendered Raindrop.io items search Obsidian notes, filter the explorer, or do nothing.
  • Native Obsidian UI: Uses Obsidian commands, a ribbon icon, theme-friendly styling, and no hidden telemetry.

Setup

  1. Create or copy a Raindrop.io access token.
  2. Open Settings → Community plugins, then select Raindrop.io.
  3. Paste the token into Access token.
  4. Use Open explorer from the command palette or ribbon icon.
  5. Optionally add a 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.

Explorer

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:

  • Search: Runs the query in the search field against Raindrop.io.
  • Use note filter: Rebuilds the search term from the active note.
  • Browse all: Clears the query and shows the configured collection.
  • Refresh: Reloads the current explorer state.
  • Load more: Requests the next page of results when more are available.

When the explorer follows a note, it uses:

  • Obsidian tags from the active note as Raindrop.io tag filters, for example #project.
  • External 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.

Note blocks

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.

Settings

  • Access token: Token used for Raindrop.io API requests.
  • Default collection: Collection ID used by the explorer and note blocks unless a block overrides it. Use 0 for all collections.
  • Default limit: Number of links requested per page or block render. Values are clamped between 1 and 100.
  • Default sort: Sort value passed to Raindrop.io, such as -created.
  • Tag click behavior: Controls clicks on tags shown on Raindrop.io items.

Result display toggles control which fields each result shows. They apply to the explorer and act as the default for note blocks:

  • Show cover: Bookmark cover image. Off by default.
  • Show domain: Bookmark domain, for example obsidian.md.
  • Show created date: Date the bookmark was saved.
  • Show excerpt: Bookmark description.
  • Show tags: Bookmark tags.
  • Show collection: Collection the bookmark belongs to. Off by default; when enabled, the plugin lazily fetches the collection list from Raindrop.io once and caches it.

Tag click behavior options:

  • Search notes for the tag: Opens Obsidian search for the clicked tag.
  • Filter explorer by the tag: Opens the explorer and applies the clicked tag as a Raindrop.io filter.
  • Do nothing: Leaves tag clicks inactive.

Commands

  • Open explorer: Opens the Raindrop.io explorer side pane.
  • Refresh explorer: Reloads open explorer panes.

Search syntax

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.

Privacy and network access

  • The plugin only makes network requests to https://api.raindrop.io.
  • The access token is stored locally in Obsidian plugin data.
  • Note-aware filtering sends the generated Raindrop.io search term to Raindrop.io. If the active note contains external links, those URLs can be included in the search term.
  • The plugin does not collect analytics or use hidden telemetry.

Release files

Obsidian release assets are built at the repository root:

  • main.js
  • manifest.json
  • styles.css

Do not commit generated main.js; attach it to GitHub releases together with manifest.json and styles.css.

Development

Install dependencies and build the plugin:

npm install
npm run build

For watch mode:

npm run dev

Quality checks:

npm run lint

License

Copyright (C) 2026 Lukas '@dotWee' Wolfsteiner [email protected]

Licensed under the Do What The Fuck You Want To public license (see LICENSE file).

HealthExcellent
ReviewSatisfactory
About
Browse saved Raindrop.io bookmarks in a note-aware explorer side pane inside Obsidian. Filter the explorer by active note tags and external links, run manual searches with tag/phrase/operator support, and render saved Raindrop.io links inline from fenced raindrop code blocks.
IntegrationsSidebarSearch
Details
Current version
1.0.5
Last updated
2 weeks ago
Created
3 months ago
Updates
6 releases
Downloads
142
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
WTFPL
Report bugRequest featureReport plugin
Sponsor
GitHub Sponsors
Author
Lukas WolfsteinerLukas Wolfsteinerdotwee
lukas.wolfsteiner.media?ref=obsidian
GitHubdotwee
lukas.wolfsteiner.media
lukas.wolfsteiner.media
  1. Community
  2. Plugins
  3. Integrations
  4. Raindrop.io

Related plugins

Tag Wrangler

Rename, merge, toggle, and search tags from the tag pane.

Claude Sidebar

Run Claude Code in your sidebar.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Recent Files

Display a list of recently opened files.

BRAT

Easily install a beta version of a plugin for testing.

Omnisearch

Intelligent search for your notes, PDFs, and OCR for images.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.