Raindrop Live
unlistedby SoulBits
Live view of your Raindrop.io bookmarks using codeblocks. User-friendly and lightweight.
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
- Open Raindrop integrations.
- Create an app and copy its test token.
- In Obsidian, open Settings → Raindrop Live.
- 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
- Open the note where you want the bookmark view.
- Select the Raindrop icon in Obsidian's left ribbon.
- Choose the collection, search query, sort order, display options, and format.
- 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
| Key | Values | Default |
|---|---|---|
collection | Collection ID; 0 for all or -1 for unsorted | 0 |
format | list or table | list |
sort | created, -created, title, or -title | -created |
search | Any supported Raindrop search query | empty |
showTags | true or false | true |
highlights | true or false | false |
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.jsmanifest.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.