Make It Rain Documentation

Documentation for the 'Make It Rain' Obsidian plugin

View on GitHub

Configuration Guide

This guide covers all the configuration options available in the Make It Rain plugin.

Accessing the Settings

  1. Open Obsidian and navigate to Settings (gear icon in the bottom-left corner)
  2. Go to Community plugins
  3. Find “Make It Rain” in your list of installed plugins
  4. Click the Settings button

API Configuration

Raindrop.io API Token

This is the most important setting required for the plugin to function.

General Settings

Default vault save location

Filename template

Download files locally

Create folder notes

Show ribbon icon

Template System

The template system allows you to customize how your raindrop bookmarks are formatted in Obsidian notes.

Enable template system

Default template

When the template system is enabled, you’ll see a text editor for customizing the default template.

Content-type templates

You can create specific templates for different types of content.

Configuration Tips

Advanced Configuration

For advanced users who want to modify the plugin beyond the provided settings, you can:

  1. Access the plugin’s data file at .obsidian/plugins/make-it-rain/data.json in your vault
  2. Edit the JSON configuration directly (make a backup first!)
  3. Restart Obsidian for changes to take effect

Next Steps

After configuring the plugin:

  1. Learn how to use the plugin to fetch your bookmarks
  2. Understand the note structure and template system
  3. Check the troubleshooting guide if you encounter issues