A git repo containing various plugins for Sketch.
Allows you to align layers inside another layer. This doesn't move the bottom selected layer, and is a better implementation I believe that how Sketch handles this currently (where they average the position of all selected layers).
- Both in Selection (cmd option control x): aligns selected layers vertically and horizontally to the bottom most selected layer
- Horizontally in Selection (cmd option control h): aligns selected layers horizontally to the bottom most selected layer
- Vertically in Selection (cmd option control h): aligns selected layers vertically to the bottom most selected layer
Hit (Command + Option + Control + E) to save your entire page to a single PNG, in the same directory as your sketch file. This is super useful if you want to show all of your artboards at once.
Handy is a plugin that makes working with guides easier in Sketch. It includes two plugins currently:
- Add Guide (cmd shift option g): lets you add a vertical or horizontal guide at any point, for example 'v,100' adds a vertical guide at 100px. You can also pass multiple, space-separated values ('v,100 h,200').
- Remove Guides (cmd shift option r): removes all guides across your artboards.
Note you need Rulers turned on (Control R) to see guides