All Projects → getflourish → Sketch Mate

getflourish / Sketch Mate

Licence: mit
These plugins will make you best friends with Sketch.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sketch Mate

Sketch Plugin Manager
Keeping your Sketch plugins up to date.
Stars: ✭ 335 (-34.06%)
Mutual labels:  sketch-plugin, sketch
Sketch swatches
A swatches plugin for Sketch.
Stars: ✭ 446 (-12.2%)
Mutual labels:  sketch-plugin, sketch
Sketch Gifme Plugin
Embed gifs and videos in your Sketch files!
Stars: ✭ 274 (-46.06%)
Mutual labels:  sketch-plugin, sketch
Sketch Image Compressor
A Plugin for Sketch that compresses your bitmap assets, to keep filesize to a minimum.
Stars: ✭ 338 (-33.46%)
Mutual labels:  sketch-plugin, sketch
Chromatic Sketch
Sketch plugin for creating good-looking and perceptually uniform gradients and color scales.
Stars: ✭ 445 (-12.4%)
Mutual labels:  sketch-plugin, sketch
Sketch Connection Flow Arrows
Plugin for generating easy to use connection flow arrows in Sketch
Stars: ✭ 275 (-45.87%)
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 (-3.15%)
Mutual labels:  sketch-plugin, sketch
Sketch-StickyGrid
Sketch plugin to make paths be snapped to grid.
Stars: ✭ 62 (-87.8%)
Mutual labels:  sketch, sketch-plugin
Swatches
Make colors with Sketch
Stars: ✭ 396 (-22.05%)
Mutual labels:  sketch-plugin, sketch
Keys For Sketch
Advanced shortcut manager for Sketch app.
Stars: ✭ 281 (-44.69%)
Mutual labels:  sketch-plugin, sketch
Chain
Dynamic color relations in Sketch.
Stars: ✭ 346 (-31.89%)
Mutual labels:  sketch-plugin, sketch
Sketch Artboardtricks
A variety of artboard-related utilities for Sketch, primarily rearranging them into a grid, numbering them, etc.
Stars: ✭ 316 (-37.8%)
Mutual labels:  sketch-plugin, sketch
Sketchcontentsync
Sync sketch files with google docs.
Stars: ✭ 270 (-46.85%)
Mutual labels:  sketch-plugin, sketch
Plugin Directory
Official Sketch Plugin directory
Stars: ✭ 3,412 (+571.65%)
Mutual labels:  sketch-plugin, sketch
Sketch Module Web View
A sketch module for creating an complex UI with a webview
Stars: ✭ 270 (-46.85%)
Mutual labels:  sketch-plugin, sketch
Google Sheets Content Sync Sketch Plugin
Sync content within a Google Sheets document, to text layers — based on their names. Edit and collaborate on your content in Google Sheets, then sync in back to your sketch files.
Stars: ✭ 277 (-45.47%)
Mutual labels:  sketch-plugin, sketch
sketch-find-and-replace-text
Find and replace text throughout your Sketch document
Stars: ✭ 41 (-91.93%)
Mutual labels:  sketch, sketch-plugin
Sketch-Plugin
Plugin to share artboards directly via WeTransfer. Share the link easily with your colleagues and friends.
Stars: ✭ 39 (-92.32%)
Mutual labels:  sketch, sketch-plugin
Css Buddy
A Sketch 3 plugin that allows you to use CSS on layers.
Stars: ✭ 279 (-45.08%)
Mutual labels:  sketch-plugin, sketch
Sketch Lint
Check the compliance of your design guidelines within seconds
Stars: ✭ 291 (-42.72%)
Mutual labels:  sketch-plugin, sketch

Sketch Mate

These plugins will make you best friends with Sketch.

Plugin Directory

Artboards

  • Duplicate Artboard shift + + D
  • Fit Artboard
  • Fit Artboard Height ctrl + shift + A
  • Remove Artboard +
  • Sort Artboards

Misc

  • Goto Page
  • Replace Layer + + R
  • Set Line Height
  • Toggle Click Through
  • Wrap in Bounding Box

Smart Align

  • Distribute Horizontally control + + + ,
  • Distribute Vertically control + + + .
  • Smart Align Horizontally + + ,
  • Smart Align Vertically + + .
  • Smart Align Bottom control + +
  • Smart Align Left control + +
  • Smart Align Right control + +
  • Smart Align Top control + +
  • Space Horizontally
  • Space Vertically
  • Stretch Height + + e
  • Stretch Width + e

Smart Move

  • Delete and Pull
  • Pull Left shift + + +
  • Pull Up shift + + +
  • Push Down shift + + +
  • Push Right shift + + +
  • Set Increments shift + + + I

Sort

  • Reverse Layer Order
  • Reverse Positions
  • Sort Artboards by Name
  • Sort Layers ctrl + + + S

Installation

To install all plugins, download them all first, unzip the archive, and place the folder contents in your Sketch Plugins folder by navigating to Sketch > Plugins > Reveal Plugins Folder…

To install only a selection of plugins, you will first need to place the library file inventory.js in the root of your Sketch Plugins directory. This is very important as all plugins rely on its functionality.

You can then install selected plugins by double-clicking the file, or alternatively, drag and drop the file onto the Sketch app icon. This will automatically copy the plugin to your Sketch Plugins folder.

Keyboard Shortcuts

Most plugins have a pre-defined keyboard shortcut. You can always change it by editing the shortcut written in parenthesis at the end of the first line of a plugin.

For example, the first line of Duplicate Artboard.sketchplugin:

// Duplicates the current artboard right next to it. (shift command d)

You can use modifier keys such as option, command, control, shift

Artboards

Duplicate Artboard (next to the current artboard)

This improves the built in behavior of artboard duplication in Sketch. If the selected artboard is in the middle of other artboards, all artboards on the right side will be shifted to the right before the artboard is duplicated. Requires any layer of an artboard to be selected.

Shortcut: shift + + D

Duplicate Artboard Animation

Remove Artboard

This improves the built in behavior of artboard removal in Sketch. If the selected artboard is in the middle of other artboards, all artboards on the right side will be shifted to the left after the artboard has been removed. Requires any layer of an artboard to be selected.

Shortcut: + (Backspace)

Remove Artboard Animation

Fit Artboard

Resizes the artboard to fit its layers.

Fit Artboard Height

Resizes the artboard to fit the height of its layers.

Shortcut: shift + ctrl + A

Resize Artboard Animation

Sort Artboards

Sorts selected artboard layers by their horizontal position. Useful when your layer list does not reflect the artboard arrangement on your canvas.

Text

Set Line Height

Plugin that allows you to set the line height of a text layer as a multiple of the font size. It’s like using em in CSS. Supports multiple selections.

Shortcut: + L

Screenshot

Misc

Replace Layer

Replaces the selected layer with the content in the clipboard. Basically this plugin does paste in place while removing the original selection.

Shortcut: + cmd + R

Animation

Smart Align

Distribute Horizontally

Calls the menu command "Distribute Horizontally". Just for shortcut purposes.

Shortcut: ctrl + + + ,

Distribute Vertically

Calls the menu command "Distribute Vertically". Just for shortcut purposes.

Shortcut: ctrl + + + .

Smart Align Horizontally

experimental Aligns the selected layer relative to its parent group.

Shortcut: + + ,

Smart Align Vertically

experimental Aligns the selected layer relative to its parent group.

Shortcut: + + .

Space Horizontal

Distributes the selected elements horizontally, with the same distante beetween them. If only one layer is selected, the layer will be moved by the spacing that has been input.

Screenshot

Space Vertical

Distributes the selected elements vertically, with the same distante beetween them. If only one layer is selected, the layer will be moved by the spacing that has been input.

Smart Move

experimental Allows you to pull or push layers in relation to the selected layer.

  • Pull Left shift + + +
  • Pull Up shift + + +
  • Push Down shift + + +
  • Push Right shift + + +

Screenshot

Sorting

Sort Layers

There are also plugins to reverse the order of the layers in the layer list and a plugin that reverses the position of the selected layers on the artboard.

Options: Text (A->Z), Text (Z->A), Layer Name (A->Z), Layer Name (Z->A), Top, Left, Random

Shortcut: ctrl + + + S

Sorting Layers by text, visually

Selection Animation

Sorting Layers in the layer list by position

Selection Animation

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