All Projects → ajilderda → Sketch Resize Commands

ajilderda / Sketch Resize Commands

A Sketch plugin that lets you resize and reposition objects by using simple arithmetic commands, like `b+20,lr+20`. Multiple objects are supported.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sketch Resize Commands

Symbol Organizer
Organize your symbols page alphabetically (including layer list) and into groupings determined by your symbol names.
Stars: ✭ 835 (+2509.38%)
Mutual labels:  sketch-plugin, sketch
Import Colors Sketch
Import colors from macOS CLR, Photoshop ACO/ACT, Illustrator ASE, GIMP GPL, Sketch, Text file to Sketch color variables.
Stars: ✭ 32 (+0%)
Mutual labels:  sketch-plugin, sketch
Sketch Mate
These plugins will make you best friends with Sketch.
Stars: ✭ 508 (+1487.5%)
Mutual labels:  sketch-plugin, sketch
Skpm
💎📦 A utility to build and publish Sketch plugins
Stars: ✭ 890 (+2681.25%)
Mutual labels:  sketch-plugin, sketch
Sketchapi
The JavaScript plugin library embedded in Sketch
Stars: ✭ 784 (+2350%)
Mutual labels:  sketch-plugin, sketch
Automate Sketch
Make your workflow more efficient.
Stars: ✭ 856 (+2575%)
Mutual labels:  sketch-plugin, sketch
Sketch Commands
A collection of script commands for Sketch.app
Stars: ✭ 826 (+2481.25%)
Mutual labels:  sketch-plugin, sketch
Sketch swatches
A swatches plugin for Sketch.
Stars: ✭ 446 (+1293.75%)
Mutual labels:  sketch-plugin, sketch
Sketch Toggle Constrain Proportions
Toggle the constrain proportions setting with your own configurable keyboard shortcut.
Stars: ✭ 9 (-71.87%)
Mutual labels:  sketch-plugin, sketch
Sketch Find And Replace
Sketch plugin to do a find and replace on text within layers
Stars: ✭ 693 (+2065.63%)
Mutual labels:  sketch-plugin, sketch
Sketch Chat
A Sketch plugin to chat in Sketch Cloud files
Stars: ✭ 20 (-37.5%)
Mutual labels:  sketch-plugin, sketch
Sprite
Sketch 3 Plugin that makes SpriteSheets for game developers to export or use
Stars: ✭ 23 (-28.12%)
Mutual labels:  sketch-plugin, sketch
Rename Layers
Rename multiple layers at once in Sketch. Not maintained, try RenameIt (https://github.com/rodi01/RenameIt) or other plugins
Stars: ✭ 10 (-68.75%)
Mutual labels:  sketch-plugin, sketch
Renamer
Sketch Plugin to rename multiple selected layers or groups or artboards at once
Stars: ✭ 16 (-50%)
Mutual labels:  sketch-plugin, sketch
Sketch Sf Ui Font Fixer
A Sketch plugin that adjusts the character spacing on text layers using iOS 9's SF UI Text/SF UI Display fonts to what it would be when used in an iOS app.
Stars: ✭ 492 (+1437.5%)
Mutual labels:  sketch-plugin, sketch
Sketch Styles Generator
Generate hundreds of Sketch Shared Styles in a matter of seconds.
Stars: ✭ 537 (+1578.13%)
Mutual labels:  sketch-plugin, sketch
Swatches
Make colors with Sketch
Stars: ✭ 396 (+1137.5%)
Mutual labels:  sketch-plugin, sketch
Chromatic Sketch
Sketch plugin for creating good-looking and perceptually uniform gradients and color scales.
Stars: ✭ 445 (+1290.63%)
Mutual labels:  sketch-plugin, sketch
Html Sketchapp Cli
Quickly generate Sketch libraries from HTML documents and living style guides, powered by html-sketchapp
Stars: ✭ 631 (+1871.88%)
Mutual labels:  sketch-plugin, sketch
Sketch Text Style Master
Sketch plugin providing utilities for working with shared text styles
Stars: ✭ 32 (+0%)
Mutual labels:  sketch-plugin, sketch

Resize Commands for Sketch

A Sketch plugin that lets you resize and reposition objects by using simple arithmetic commands, like b+20,lr+20. Multiple objects are supported.

Demo

Using Resize Commands

How to use

Press Ctrl + shift + q to open up a prompt in which you can enter your commands to resize your selection.

Example usage

  • l+20 // expand selection 20px from left side
  • a-10 // contract 10px from all sides
  • w/2 // divide width by 2
  • x+100 // move selection 100px to the right
  • h=200 // set height to 200px
  • w25% // make width 25% its size

Multiple commands

You can easily combine multiple commands by separating them with a , or use multiple directions followed by an operator, like so:

  • lrb+20 // expand selection 20px from left, right & bottom side
  • wh=100 // set width & height to 100px
  • xy+100 // move 100px to the right and down
  • b-20,w=200 // contract 20px from the bottom side, set width to 200px
  • w20%,h/3 // set width to 20%, divide height by 3
  • w*2,tb+50,y-100 // double the width, add 50px to top and bottom, move up by 100px

Valid directions are:

Direction
t Top
b Bottom
r Right
l Left
a All directions
w Width
h Height
x X-axis
y Y-axis
Operator
+ Plus
- Minus
* Multiply
= Set w or h
/ Divide
% Percentage

Installation

  1. Download the plugin.
  2. Unzip & run ‘Resize Commands.sketchplugin’ to install

Thanks to

Matt Stow, who did the heavy lifting for this plugin. His Fireworks plugin Math Resize I have used for a long time!

Feedback

If you find any issues or have any suggestions, please create an issue. Pull requests are welcome also!

Created by

Andre Jilderda @ Angi Studio, The Hague (NL)

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].