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 Raindrop Location

Filename Template

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. You can easily revert to the original default template using the “Reset to Default” button next to the template editor in the settings.

For detailed information on the template system, including syntax, available variables, and examples, see the Template System documentation.

Content Type Templates

You can create specific templates for different types of content. Each specific content-type template can also be individually reset to its original default using its own “Reset” button next to its editor in the settings.

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