Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/makzan/Sketch-Plugin-Scripts

Some scripts for the Mac Sketch app
https://github.com/makzan/Sketch-Plugin-Scripts

Last synced: 7 days ago
JSON representation

Some scripts for the Mac Sketch app

Awesome Lists containing this project

README

        

Sketch Plugin Scripts
=====================

Some scripts for the Mac Sketch app.

### Blend Steps

![bled steps GIF](http://makzan.github.io/Sketch-Plugin-Scripts/images/blend_steps.gif)

Duplicate the first selected object and distribute the cloned one evenly between two selection.

Preview: http://www.youtube.com/watch?v=WWVoMMXYRp4

### Simple Pattern

Duplicate the selection (or use the five selections) and put them into repeatable pattern position.
The original selection is placed at center of the artboard.
The duplicated ones are placed at top left, top right, bottom left and bottom right correspondingly.

When you select 1 object, the script duplicates it into 5 copies. If you select 5 objects, the script uses the 5 selections directly.

Preview: http://youtu.be/KLaZWYp5BIU

### Duplicate as Pattern

![dup-as-pattern](http://makzan.github.io/Sketch-Plugin-Scripts/images/dup-as-pattern.png)

Duplicate the selection and put into the other edge, as if they are one object seamlessly connected.

Preview Video: http://youtu.be/I27yhLQ6F-g

### Fill Artboard

I usually need to draw a rectangle as background with the same dimension of the artboard.

![fill-artboard](http://makzan.github.io/Sketch-Plugin-Scripts/images/fill-artboard.gif)

### Fill Width/Height

![fill width GIF](http://makzan.github.io/Sketch-Plugin-Scripts/images/fill-width.gif)

Sometimes I need to quickly set the shape to the width of the artboard. You may check the 7 seconds demo video on how this works: http://youtu.be/KBA4IzyEUDU

## Installation

### For Sketch from Mac App Store:
Place the .sketchplugin file inside `~/Library/Containers/com.bohemiancoding.sketch/Data/Library/Application Support/sketch/Plugins`

### For Sketch from Downloads:
Place the . sketchplugin file inside `~/library/application support/sketch/plugins`

_If you are unsure where to place the files, you can open the plugin folder by choosing `Plugins | Reveal Plugins Folder...` in latest Sketch menu._

## License

Totally free for any usage.