Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uetchy/sketch-stickygrid
Sketch plugin to make paths be snapped to grid.
https://github.com/uetchy/sketch-stickygrid
pr-welcome sketch sketch-plugin
Last synced: 2 months ago
JSON representation
Sketch plugin to make paths be snapped to grid.
- Host: GitHub
- URL: https://github.com/uetchy/sketch-stickygrid
- Owner: uetchy
- License: mit
- Created: 2014-11-13T04:20:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T06:03:34.000Z (over 6 years ago)
- Last Synced: 2024-10-07T16:43:29.054Z (3 months ago)
- Topics: pr-welcome, sketch, sketch-plugin
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 62
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StickyGrid
[![Join the chat at https://gitter.im/uetchy/Sketch-StickyGrid](https://badges.gitter.im/uetchy/Sketch-StickyGrid.svg)](https://gitter.im/uetchy/Sketch-StickyGrid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Sketch plugin to make paths be snapped to Grid and/or Pixel Grid.
![](http://uechi-public.s3.amazonaws.com/github/sketch-stickygrid.png)
## Installation
1. [Download the plugin](https://github.com/uetchy/Sketch-StickyGrid/archive/master.zip)
2. Unzip the archive and double-click `StickyGrid.sketchplugin`If you prefer CLI-way:
```
$ cd "$HOME/Library/Application Support/com.bohemiancoding.sketch3/Plugins"
$ git clone https://github.com/uetchy/Sketch-StickyGrid.git
```## Usage
### Snap to Grid `ctrl` + `⌘` + `G`
### Snap to Pixel Grid `ctrl` + `⌘` + `X`
## More information
See official document [Sketch - Pixel Precision](https://www.sketchapp.com/learn/documentation/13-other/5-pixel-precision.html).
## Contributing
### Debugging
#### Dump classes
```
class-dump /Applications/Sketch.app > sketch.dump
```#### Log
```js
log(something.treeAsDictionary());
```to see:
```
tail -f /var/log/system.log
```