Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buscarini/sketch-plugins
Plugins for Bohemian Coding Sketch
https://github.com/buscarini/sketch-plugins
Last synced: about 1 month ago
JSON representation
Plugins for Bohemian Coding Sketch
- Host: GitHub
- URL: https://github.com/buscarini/sketch-plugins
- Owner: buscarini
- License: mit
- Created: 2014-04-16T07:19:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T15:00:34.000Z (about 10 years ago)
- Last Synced: 2024-07-31T14:00:56.898Z (4 months ago)
- Language: JavaScript
- Size: 5.29 MB
- Stars: 77
- Watchers: 13
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sketch - buscarini/sketch-plugins
README
# sketch-plugins
Plugins for Bohemian Coding Sketch
## Export Selection as Objc view
This plugin takes the current selection and exports an Objective-C view from it. It creates shape layers to represent the same graphics as in Sketch. Also supports animations.
### What works
- Opacity
- First solid color fill
- First border solid color
- First drop shadow (Except spread)
- Shapes
- Animate shape, fill color, layer opacity, shadow color, shadow blur radius, shadow position, border width, border color### Limitations
- When animating, the layer is not scaled to the view size (in works)
- Gradients are not working (Might in the future)
- Doesn't animate layer position
- All layer names must be unique## Duplicate to All Artboards
This plugin takes the selected layers and makes a copy for each artboard in the page, scaling them in the process:
![Duplicate to artboards example video](https://github.com/buscarini/sketch-plugins/raw/master/images/duplicateToArtboards.gif)
The selected layers have to be inside an artboard.
## Golden Ratio
Make a bigger or smaller copy of the selection using the golden ratio. Here's an example of using it to recreate the iCloud icon (I know it's not correct, it's just a quick example):
![Golden Ratio collection example video](https://github.com/buscarini/sketch-plugins/raw/master/images/gr_collection.gif)
## Installation
1. [Download the ZIP file with the plugin](https://github.com/buscarini/sketch-plugins/archive/master.zip)
2. Copy the contents of the ZIP to the Plugins Folder (You can get access to that folder by opening the Plugins menu, choosing `Custom Script...` and then clicking in the gear icon and choosing `Open Plugins Folder`). You don't need to copy the `images` folder, the `README.md` nor the `LICENSE` files.How-to
------Select 1 or more layers inside an artboard, then open the Plugins menu and choose 'Duplicate to All Artboards'