https://github.com/kgn/kgnsketchtoolkit
Plugins for Sketch
https://github.com/kgn/kgnsketchtoolkit
Last synced: about 1 year ago
JSON representation
Plugins for Sketch
- Host: GitHub
- URL: https://github.com/kgn/kgnsketchtoolkit
- Owner: kgn
- Created: 2016-10-23T03:10:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T05:30:47.000Z (over 9 years ago)
- Last Synced: 2025-03-23T10:44:18.771Z (over 1 year ago)
- Language: JavaScript
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SketchPlugins
These plugins are very much a work in progress, the plan is for them to only use the [SketchAPI](https://github.com/BohemianCoding/SketchAPI) which is still under active development too.
## Organize Layers
Renames and orders layers in the layer list based on their screen layout.

### TODO
- [ ] Improve plugin for selections that span differnt groups
- [ ] Custom user interface
## Export Page
Export all the artboards on the page to an image with artboard titles.

### TODO
- [ ] [Automate Export](https://github.com/BohemianCoding/SketchAPI/pull/9)
- [ ] Custom user interface(title options, output options)
## Mobile Export - TBD
Export assets for all mobile sizes with platform naming conventions.
### iOS
- Naming: "Image Name" -> "ImageName"
- Sizes: @1x, @2x, @3x
### Android
- Naming: "Image Name" -> "image_name"
- Sizes: ldpi(0.75x), mdpi(1x), hdpi(1.5x), xhdpi(2x), xxhdpi(3x), xxxhdpi(4x)
### TODO
- [ ] Build it ;)
- [ ] [Automate Export](https://github.com/BohemianCoding/SketchAPI/pull/9)
## Golden Ratio Text
Port of [this](https://github.com/lorenzwoehr/Golden-Ratio-Line-Height-Sketch-Plugin) plugin.

### TODO
- [ ] [Read](https://pearsonified.com/2011/12/golden-ratio-typography.php)
- [ ] Write unit tests
- [ ] Port plugin to SketchAPI
## Resources:
- http://developer.sketchapp.com/reference/
- http://developer.sketchapp.com/introduction/plugin-bundles/
- https://github.com/abynim/Sketch-Headers
- https://github.com/romannurik/Sketch-NibUITemplatePlugin