Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit ccb3c80

Browse files
authored
Merge pull request #2 from WeTransfer/sketch-runner
Update Readme, plugin menu and support Sketch Runner
2 parents 219aad8 + 2b52180 commit ccb3c80

File tree

6 files changed

+41
-20
lines changed

6 files changed

+41
-20
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ fastlane/test_output
6161
# https://github.com/johnno1962/injectionforxcode
6262

6363
iOSInjectionProject/
64+
.DS_Store

README.md

Lines changed: 35 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,41 @@
1-
# The simplest way to send Sketch files around the world. Simply hit ⌘+L to share artboards or pages with a WeTransfer link
1+
# Turn artboards into a WeTransfer Link
2+
**The simplest way to send Sketch files around the world. <br /> Simply hit `⌘+L` to share artboards or pages with a WeTransfer link.**
3+
4+
![Banner](assets/banner.png)
5+
6+
---
27

38
### Instructions:
4-
Ready to share your big ideas? Install the WeTransfer plugin and choose from the following
5-
* Shortcut
6-
1) Select the artboards or pages you want to share
7-
2) Hit `⌘+L`
8-
3) Copy the link share it with anyone
9-
* Menu bar
10-
1) Select the artboards or pages you want to share
11-
2) Go to “Plugins” in the menu bar
12-
3) Select “Share selection via WeTransfer”
13-
4) Copy the link and share it with anyone
14-
9+
Ready to share your big ideas? [Install](#installation) the WeTransfer plugin and choose from the following:
10+
11+
##### Shortcut
12+
- Select the artboards or pages you want to share
13+
- Hit `⌘+L`
14+
- Copy the link share it with anyone
15+
16+
##### Menu bar
17+
- Select the artboards or pages you want to share
18+
- Go to “Plugins” in the menu bar
19+
- Select “WeTransfer” → “Share Selection”
20+
- Copy the link and share it with anyone
21+
22+
![Preview Gif](assets/export-200.gif)
23+
24+
---
25+
1526
### Installation
16-
1) Download the [latest release](../../releases) of the WeTransfer plugin
17-
2) Double-click the zip file “wetransfer.sketchplugin.zip”
18-
3) Open up “wetransfer.sketchplugin”
19-
4) Start sharing
27+
#### Install with Sketch Runner
28+
With [Sketch Runner](http://www.sketchrunner.com), just go to the `install` command and search for `WeTransfer`.
29+
30+
![Sketch Runner Screenshot](assets/sketchrunner.png)
31+
32+
#### Manual installation
33+
- Download the [latest release](../../releases) of the WeTransfer plugin
34+
- Double-click the zip file “wetransfer.sketchplugin.zip”
35+
- Open up “wetransfer.sketchplugin”
36+
- Start sharing!
37+
38+
---
2039

2140
### Contact:
2241
Feel free to send an email to [email protected] with any questions, comments or feedback

assets/banner.png

38.2 KB
Loading

assets/export-200.gif

1.03 MB
Loading

assets/sketchrunner.png

36.9 KB
Loading

wetransfer.sketchplugin/Contents/Sketch/manifest.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@
55
"version": "1",
66
"identifier": "com.wetransfer.wetransfer-sketch",
77
"compatibleVersion": "42",
8-
"bundleVersion": 1,
8+
"bundleVersion": 2,
99
"icon": "icon.png",
1010
"commands": [
1111
{
12-
"name": "Share selection via WeTransfer",
12+
"name": "Share Selection",
1313
"identifier": "upload_selection",
14+
"description": "Transfer selected artboards and/or pages via WeTransfer",
15+
"icon": "icon.png",
1416
"shortcut": "cmd l",
1517
"script": "upload.js",
1618
"handler": "uploadSelection"
1719
}
1820
],
1921
"menu": {
20-
"title": "Share selection via WeTransfer",
21-
"isRoot": true,
22+
"title": "WeTransfer",
2223
"items": [
2324
"upload_selection"
2425
]

0 commit comments

Comments
 (0)