These plugins will make you best friends with Sketch.
- Duplicate Artboard
shift
+⌘
+D
- Fit Artboard
- Fit Artboard Height
ctrl
+shift
+A
- Remove Artboard
⌘
+⌫
- Sort Artboards
- Goto Page
- Replace Layer
⌘
+⌥
+R
- Set Line Height
- Toggle Click Through
- Wrap in Bounding Box
- Distribute Horizontally
control
+⌘
+⌥
+,
- Distribute Vertically
control
+⌘
+⌥
+.
- Smart Align Horizontally
⌘
+⌥
+,
- Smart Align Vertically
⌘
+⌥
+.
- Smart Align Bottom
control
+⌘
+↓
- Smart Align Left
control
+⌘
+←
- Smart Align Right
control
+⌘
+→
- Smart Align Top
control
+⌘
+↑
- Space Horizontally
- Space Vertically
- Stretch Height
⌘
+⌥
+e
- Stretch Width
⌘
+e
- Delete and Pull
- Pull Left
shift
+⌘
+⌥
+←
- Pull Up
shift
+⌘
+⌥
+↑
- Push Down
shift
+⌘
+⌥
+↓
- Push Right
shift
+⌘
+⌥
+→
- Set Increments
shift
+⌘
+⌥
+I
- Reverse Layer Order
- Reverse Positions
- Sort Artboards by Name
- Sort Layers
ctrl
+⌘
+⌥
+S
To install all plugins, download them all first, unzip the archive, and place the folder contents in your Sketch Plugins folder by navigating to Sketch > Plugins > Reveal Plugins Folder…
To install only a selection of plugins, you will first need to place the library file inventory.js
in the root of your Sketch Plugins directory. This is very important as all plugins rely on its functionality.
You can then install selected plugins by double-clicking the file, or alternatively, drag and drop the file onto the Sketch app icon. This will automatically copy the plugin to your Sketch Plugins folder.
Most plugins have a pre-defined keyboard shortcut. You can always change it by editing the shortcut written in parenthesis at the end of the first line of a plugin.
For example, the first line of Duplicate Artboard.sketchplugin
:
// Duplicates the current artboard right next to it. (shift command d)
You can use modifier keys such as option
, command
, control
, shift
This improves the built in behavior of artboard duplication in Sketch. If the selected artboard is in the middle of other artboards, all artboards on the right side will be shifted to the right before the artboard is duplicated. Requires any layer of an artboard to be selected.
Shortcut: shift
+ ⌘
+ D
This improves the built in behavior of artboard removal in Sketch. If the selected artboard is in the middle of other artboards, all artboards on the right side will be shifted to the left after the artboard has been removed. Requires any layer of an artboard to be selected.
Shortcut: ⌘
+ ⌫
(Backspace)
Resizes the artboard to fit its layers.
Resizes the artboard to fit the height of its layers.
Shortcut: shift
+ ctrl
+ A
Sorts selected artboard layers by their horizontal position. Useful when your layer list does not reflect the artboard arrangement on your canvas.
Plugin that allows you to set the line height of a text layer as a multiple of the font size. It’s like using em in CSS. Supports multiple selections.
Shortcut: ⌘
+ L
Replaces the selected layer with the content in the clipboard. Basically this plugin does paste in place while removing the original selection.
Shortcut: ⌥
+ cmd
+ R
Calls the menu command "Distribute Horizontally". Just for shortcut purposes.
Shortcut: ctrl
+ ⌘
+ ⌥
+ ,
Calls the menu command "Distribute Vertically". Just for shortcut purposes.
Shortcut: ctrl
+ ⌘
+ ⌥
+ .
experimental
Aligns the selected layer relative to its parent group.
Shortcut: ⌘
+ ⌥
+ ,
experimental
Aligns the selected layer relative to its parent group.
Shortcut: ⌘
+ ⌥
+ .
Distributes the selected elements horizontally, with the same distante beetween them. If only one layer is selected, the layer will be moved by the spacing that has been input.
Distributes the selected elements vertically, with the same distante beetween them. If only one layer is selected, the layer will be moved by the spacing that has been input.
experimental
Allows you to pull or push layers in relation to the selected layer.
- Pull Left
shift
+⌘
+⌥
+←
- Pull Up
shift
+⌘
+⌥
+↑
- Push Down
shift
+⌘
+⌥
+↓
- Push Right
shift
+⌘
+⌥
+→
There are also plugins to reverse the order of the layers in the layer list and a plugin that reverses the position of the selected layers on the artboard.
Options: Text (A->Z)
, Text (Z->A)
, Layer Name (A->Z)
, Layer Name (Z->A)
, Top
, Left
, Random
Shortcut: ctrl
+ ⌘
+ ⌥
+ S