Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squarebitchris/raindropio-to-obsidian
- Owner: squarebitchris
- License: mit
- Created: 2021-12-12T21:36:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-15T00:24:47.000Z (almost 3 years ago)
- Last Synced: 2024-08-08T00:44:54.312Z (4 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - squarebitchris/raindropio-to-obsidian - Sync Raindrop data into Obsidian (TypeScript)
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 settingsTo 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