https://github.com/cemre/cemre-sketch-plugins
Sketch plugins by Cemre Gungor
https://github.com/cemre/cemre-sketch-plugins
Last synced: 27 days ago
JSON representation
Sketch plugins by Cemre Gungor
- Host: GitHub
- URL: https://github.com/cemre/cemre-sketch-plugins
- Owner: cemre
- License: other
- Created: 2014-03-22T02:37:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T06:49:14.000Z (over 8 years ago)
- Last Synced: 2024-10-29T16:19:05.306Z (6 months ago)
- Language: JavaScript
- Size: 243 KB
- Stars: 375
- Watchers: 13
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sketch - cemre/cemre-sketch-plugins
README
# Sketch plugins by Cemre Güngör
### Installation
* Download the [ZIP file](https://github.com/cemre/cemre-sketch-plugins/archive/master.zip)
* In Sketch, select Plugins > Reveal plugins folder
* Move all the files from the ZIP into the plugins folder### Stack Children (NEW)
Aligns all the child layers of a group so that they are stacked vertically in a table. This is great for prototyping table cells with symbols, when you change the paddings or the size, you can use this to quickly lay the table out.**Shortcut: ctrl alt cmd t**

### Scale half
Scales the currently selected object in half. It scales the attributes as well.**Shortcut: ctrl alt 5** (Think 50%)
### Scale double
Scales the currently selected object to double its size. It scales the attributes as well.**Shortcut: ctrl alt 2** (Think 200%)
### Paste and swap
Pastes the image in the clipboard into the position and dimensions of the currently selected object, removes the object afterwards. Useful for swapping assets.**Shortcut: ctrl alt command v**
### Paste into
Pastes the image in the clipboard and masks it with the currently selected rectangle. It sizes the image to fill the rectangle's dimensions. Useful for pasting avatar images in placeholder rectangles.**Shortcut: ctrl alt command m**
### Make Guide
Makes the currently selected rectangle a transparent red and names it "Guide". Useful for spec sheets.**Shortcut: cmd alt r**
----
### Credits
Includes elegantchaos.js code by [Sam Deane](https://github.com/samdeane/). Thanks Sam!