Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charliecm/sketch-snap
A Sketch plugin that lets you snap layers below, above, left of or right of selected layer to one of its edges.
https://github.com/charliecm/sketch-snap
design plugin sketch sketch-app sketch-plugin ui
Last synced: about 2 months ago
JSON representation
A Sketch plugin that lets you snap layers below, above, left of or right of selected layer to one of its edges.
- Host: GitHub
- URL: https://github.com/charliecm/sketch-snap
- Owner: charliecm
- License: mit
- Created: 2019-11-04T20:53:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:08:31.000Z (about 2 years ago)
- Last Synced: 2023-08-16T05:01:08.498Z (over 1 year ago)
- Topics: design, plugin, sketch, sketch-app, sketch-plugin, ui
- Language: JavaScript
- Size: 1.79 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sketch Snap
A [Sketch](https://www.sketch.com) plugin that lets you snap layers below, above, left of or right of selected layer to one of its edges.
**Snap**
- Snap Layers to Top Edge
- Snap Layers to Bottom Edge
- Snap Layers to Right Edge
- Snap Layers to Left Edge**Select**
- Select Layers Above
- Select Layers Below
- Select Layers On Left
- Select Layers On RightRun **Snap Settings…** to modify the behaviour of the commands.
## Installation
This plugin can be installed with [Sketch Runner](https://sketchrunner.com).
Otherwise, you can install it manually:
1. [Download](../../releases/latest/download/sketch-snap.sketchplugin.zip)
2. Un-zip
3. Double-click on `sketch-snap.sketchplugin`## Development
This plugin was created using [skpm](https://github.com/skpm/skpm).
To build:
```
npm run build
```To watch and build automatically:
```
npm run watch
```## Release Notes
- **1.1.0** — Added dark mode icons and other variants.
- **1.0.1** — Children will no longer be included for ignored layers.
- **1.0.0** — Initial release.