Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas92495 committed Oct 11, 2022
1 parent 87cbd69 commit 8addd80
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# dropbox
Description for dropbox.

For full documentation, checkout https://roamjs.com/extensions/dropbox!
# Dropbox

Send file uploads in Roam directly to your Dropbox!

## Usage

First, navigate to the Roam Depot Settings to log into Roam with your Dropbox account. Once you grant RoamJS access to upload files for you, your credentials will be stored in your browser.

Anytime you upload a file to Roam, the dropbox extension will intercept the upload and send it to your dropbox account instead!

## Demo

<video src="https://roamjs.com/loom/d13ece9f31474b1ab02d0109b3101fe0.mp4" controls="controls"></video>

[View on Loom](https://www.loom.com/share/d13ece9f31474b1ab02d0109b3101fe0)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dropbox",
"version": "1.0.0",
"description": "Description for dropbox.",
"description": "Send file uploads in Roam directly to your Dropbox!",
"main": "./build/main.js",
"scripts": {
"prebuild:roam": "npm install",
Expand Down

0 comments on commit 8addd80

Please sign in to comment.