Raindrop Live

unlisted

by SoulBits

Live view of your Raindrop.io bookmarks using codeblocks. User-friendly and lightweight.

Updated 1mo agoMIT
View on GitHub

Raindrop Live

Raindrop Live brings your Raindrop.io bookmarks into Obsidian as live, configurable code blocks. It displays bookmarks without creating a separate note for every saved link.

This project is a maintained fork of Micah Topping's original obsidian-raindrop plugin.

Features

  • Live list and table views
  • Sidebar builder for inserting a configured Raindrop view
  • Collection, search, and sort controls
  • Optional tags and bookmark highlights
  • Automatic refresh while the note is open

Setup

  1. Open Raindrop integrations.
  2. Create an app and copy its test token.
  3. In Obsidian, open Settings → Raindrop Live.
  4. Paste the token into Raindrop Test Token.

The token is stored in your local Obsidian plugin settings. The plugin's data.json file is ignored by this repository and should never be committed.

Using the sidebar builder

  1. Open the note where you want the bookmark view.
  2. Select the Raindrop icon in Obsidian's left ribbon.
  3. Choose the collection, search query, sort order, display options, and format.
  4. Select Insert Raindrop View.

Manual configuration

You can also create a raindrop code block directly:

collection: 0
format: list
sort: -created
search: #css
showTags: true
highlights: false
KeyValuesDefault
collectionCollection ID; 0 for all or -1 for unsorted0
formatlist or tablelist
sortcreated, -created, title, or -title-created
searchAny supported Raindrop search queryempty
showTagstrue or falsetrue
highlightstrue or falsefalse

Development

Install the locked dependencies and build the plugin:

npm ci
npm run build

For local testing, copy these files into .obsidian/plugins/raindrop-live/ in a test vault:

  • main.js
  • manifest.json

Reload Obsidian and enable Raindrop Live under Community plugins.

License and attribution

Maintained by SoulBits Vibe. Based on the original work by Micah Topping. Released under the MIT License.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.