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: 3 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T06:03:34.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T11:34:41.756Z (4 months ago)
- Topics: pr-welcome, sketch, sketch-plugin
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 62
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StickyGrid
[](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.

## 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
```