Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squarebitchris/raindropio-to-obsidian

Sync Raindrop data into Obsidian
https://github.com/squarebitchris/raindropio-to-obsidian

Last synced: 17 days ago
JSON representation

Sync Raindrop data into Obsidian

Awesome Lists containing this project

README

        




RaindropIO to Obsidian


An Obsidian.md plugin to save RaindropIO data as notes.




Report a Bug
ยท
Request a Feature

# raindropio-to-obsidian plugin

This plugin for [Obsidian](https://obsidian.md/) creates a simple view for visualizing and navigating with saved RaindropIO data and allow users to convert those into notes .

## Installing

Find this plugin in the listing of community plugins in Obsidian and add it to your application.

Or, if you'd like to install it manually, clone this repository to the `.obsidian/plugins/` directory in your vault, navigate to your newly cloned folder, run `npm i` or `yarn` to install dependencies, and run `npm run build` or `yarn build` to compile the plugin.

## Local development

```bash
# for local development
npm install
npm run dev

# for a production bundle
npm install
npm run build
```

## Usage

**Heads up! ๐Ÿ“ข:** As of right now, you need to set up a RaindropIO bearer token to use this plugin. However, I'm working on another option so that you won't have to go through that hassle. Keep your eyes peeled for version 2.0.0 ๐Ÿ˜Ž

### Bearer token

### Step 1: Raindrop Config
1. Go to the [Raindrop App Management Dashboard](https://app.raindrop.io/settings/integrations)
2. Create Test Application?
3. Store in settings

To use this tool, you'll need to set up an application and get a bearer token on the [Raindrop App Management Dashboard](https://app.raindrop.io/settings/integrations).

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

## License

This project is licensed under the MIT License