You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,28 @@ You can use keyboard to switch the slides, and use mouse to scroll the screen wh
8
8
9
9
This plugin will be useful when you want to present your Web Design, UX Flow, Business Analysis and so on.
10
10
11
-
## Installtion
11
+
## Installation
12
+
12
13
-[Download](https://github.com/tankxu/sketch-artboards-slideshow/releases/latest/download/artboards-slideshow.sketchplugin.zip) the latest release of the plugin
13
-
-Un-zip
14
+
-Unzip
14
15
- Double-click on coding-toolkit.sketchplugin
15
16
16
17
## How to use
17
18
18
19
1. Rename the page's name which the target artboard is in, the page name will be used as the slide's name.
19
20
20
-
2. Select the artboards you want to present, artboards will be sort by the layer order (from bottom to top) in the slides, please review the layer order before the next step.
21
+
2. Select the artboards you want to present, artboards will be sort by the layer order (from bottom to top) in the slides, please review the layer order before the next step.
21
22
22
23
3. Run this ```Artboards Slideshow``` command from the plugin menu of sketch.
23
24
24
-
4. The slide will be generated and saved in the ```~/Downloads``` as a folder, then it will be opend by the default browser.
25
+
4. The slide will be generated and saved in the ```~/Downloads``` as a folder, then it will be opened by the default browser.
26
+
27
+
5. Press key ```Arrow Right```, ```K```, ```Space``` to the next slide, press ```Arrow Left```, ```J``` to the previous slide.
28
+
29
+
## Deploy the website
30
+
31
+
Suggest using some static web host service to generate a shareable link for your slideshow website.
25
32
26
-
5. Press key ```Arrow Right```, ```K```, ```Space``` to the next slide, press ```Arrow Left```, ```J``` to the previous slide.
0 commit comments