Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Raindrop.io extension #54

Merged
merged 3 commits into from
Oct 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions extensions/raindrop/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_size = 2
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
10 changes: 10 additions & 0 deletions extensions/raindrop/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
5 changes: 5 additions & 0 deletions extensions/raindrop/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 100,
"singleQuote": false,
"tabWidth": 2
}
13 changes: 13 additions & 0 deletions extensions/raindrop/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Raindrop.io extension for Raycast

## Instructions

For this extension we need a test access token, for this you need to create an app in Raindrop's [settings](https://app.raindrop.io/settings/integrations).

1. In the **For Developers** section click on **+ Create new app**.
2. Set the app **name**, accept the Terms and Guidelines and click **Create**.
3. Click in the newly created app.
4. In the bottom of the form click on **Create test token**.
5. Copy the created token.

Install the extension and the first time you run any command it will ask you for your new token.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for a good instructions how to get the token! 👍

Binary file added extensions/raindrop/assets/raindrop-icon-big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/raindrop/assets/raindrop-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading