All Projects → uetchy → Sketch-StickyGrid

uetchy / Sketch-StickyGrid

Licence: MIT License
Sketch plugin to make paths be snapped to grid.

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Sketch-StickyGrid

sketch-find-and-replace-text
Find and replace text throughout your Sketch document
Stars: ✭ 41 (-33.87%)
Mutual labels:  sketch, sketch-plugin
sketch-search-everywhere
A Sketch plugin for searching layer and selecting it.
Stars: ✭ 53 (-14.52%)
Mutual labels:  sketch, sketch-plugin
sketch-slicer
Creating slices for selected layers in Sketch
Stars: ✭ 37 (-40.32%)
Mutual labels:  sketch, sketch-plugin
sketch-plugin
Design your next Atlassian app with our component libraries and suite of Sketch tools 💎
Stars: ✭ 51 (-17.74%)
Mutual labels:  sketch, sketch-plugin
nudge-resize-sketch-plugin
Sketch Plugin to quickly resize a layer with keyboard shortcuts
Stars: ✭ 25 (-59.68%)
Mutual labels:  sketch, sketch-plugin
Sketch-Keyboard-Resize
A Sketch plugin that lets you resize objects from all sides with keyboard shortcuts. As a bonus you can specify the resize amount.
Stars: ✭ 16 (-74.19%)
Mutual labels:  sketch, sketch-plugin
Chromata
A color plugin for Sketch
Stars: ✭ 15 (-75.81%)
Mutual labels:  sketch, sketch-plugin
symbol-insert
A simple plugin to insert your Sketch symbols
Stars: ✭ 25 (-59.68%)
Mutual labels:  sketch, sketch-plugin
instance-locator
Sketch plugin to locate instances of a symbol
Stars: ✭ 34 (-45.16%)
Mutual labels:  sketch, sketch-plugin
sketch-library-audit
Export Symbol and Shared Style data from any Sketch Library to CSV.
Stars: ✭ 17 (-72.58%)
Mutual labels:  sketch, sketch-plugin
sketch-markup-listify
Sketch plugin for convert and copy text layers into HTML lists.
Stars: ✭ 31 (-50%)
Mutual labels:  sketch, sketch-plugin
autopdfexporter-sketch-plugin
A Sketch Plugin to auto-export all '[S]' Prefix artboards to a single pdf, no slices needed! Plugin auto creates slices from prefixed Artboards and exports them into a single page-sorted pdf file.
Stars: ✭ 16 (-74.19%)
Mutual labels:  sketch, sketch-plugin
styledrop
A plugin for Sketch allows you to easily copy styles from one layer to another.
Stars: ✭ 54 (-12.9%)
Mutual labels:  sketch, sketch-plugin
sketch-library-unlinker
A Sketch plugin that can unlink symbols linked to a specific library, or unlink symbols that have been deleted in their libraries.
Stars: ✭ 21 (-66.13%)
Mutual labels:  sketch, sketch-plugin
design-tokens-plugin
Support end of life! Delivering consistent Design System. A Sketch plugin that exports Design Tokens to JSON format. You can export colors, typography, icons and utilis. A must-have tool for design system project.
Stars: ✭ 100 (+61.29%)
Mutual labels:  sketch, sketch-plugin
Isometry
📦 Sketch plugin that allows to create isometric projections from layers
Stars: ✭ 18 (-70.97%)
Mutual labels:  sketch, sketch-plugin
Smile-Sketch
文档快速整理排序,资源导入与导出
Stars: ✭ 14 (-77.42%)
Mutual labels:  sketch, sketch-plugin
DesignToken2Code
Convert design tokens to SCSS variables as code
Stars: ✭ 16 (-74.19%)
Mutual labels:  sketch, sketch-plugin
Assistant
Talk to Sketch
Stars: ✭ 35 (-43.55%)
Mutual labels:  sketch, sketch-plugin
sketch-dark-mode
Generate a dark mode version of any Sketch document, the right way.
Stars: ✭ 58 (-6.45%)
Mutual labels:  sketch, sketch-plugin

StickyGrid

Join the chat at https://gitter.im/uetchy/Sketch-StickyGrid

Sketch plugin to make paths be snapped to Grid and/or Pixel Grid.

Installation

  1. Download the plugin
  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.

Contributing

Debugging

Dump classes

class-dump /Applications/Sketch.app > sketch.dump

Log

log(something.treeAsDictionary());

to see:

tail -f /var/log/system.log
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].