/sketch-snap

A Sketch plugin that lets you snap layers below, above, left of or right of selected layer to one of its edges.

Primary LanguageJavaScriptMIT LicenseMIT

Sketch Snap

A Sketch plugin that lets you snap layers below, above, left of or right of selected layer to one of its edges.

Demo

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 Right

Run Snap Settings… to modify the behaviour of the commands.

Installation

This plugin can be installed with Sketch Runner.

Otherwise, you can install it manually:

  1. Download
  2. Un-zip
  3. Double-click on sketch-snap.sketchplugin

Development

This plugin was created using 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.