Skip to content

Instantly share code, notes, and snippets.

View jydesign's full-sized avatar

James Young jydesign

View GitHub Profile
@syeef
syeef / sketch_plugins.md
Last active November 27, 2018 11:53
Some of the most helpful Sketch plugins

Sketch Plugins

Some of my favourite plugins for Sketch.

@demersdesigns
demersdesigns / Craft-Lists-for-Sketch.md
Last active March 11, 2021 17:34
A collection of text lists that can be imported into InVision's Craft plugin.

Sketch Image Compressor (Beta)

A Plugin for Sketch that compresses your bitmap assets, to keep filesize to a minimum.

Please note that the compression is lossless, so no pixels will be harmed by running this Plugin : )

Installation

  • Download Sketch Image Compressor & unzip it.
  • Double click Sketch Image Compressor.sketchplugin to install the Plugin.
@spjpgrd
spjpgrd / Quick List - My Sketch Plugins.md
Last active August 6, 2018 21:09
These are the plugins I can count on to get the job done. Now, since there is such a huge variety, don't feel like you have to take my word and download every single one. Even I don't have every one of these installed on my machine right now 🙃

Quick List: My Sketch Plugins

My Sketch Plugins

First, download Sketch Runner to help you install these plugins easier. It's like Spotlight (or Alfred) for Sketch.

These are the plugins I can count on to get the job done. Now, since there is such a huge variety, don't feel like you have to take my word and download every single one. Even I don't have every one of these installed on my machine right now 🙃

This was compiled for the attendees of "A Really Good Beginner Sketch Workshop for Designers" for the Columbus Web Group, but why not share the love?

Alrighty, on the with the show 🎉

UPDATE: This issue has been fixed in Sketch 3.3.3. Go download the beta version now, or wait for the final version to be released in a few days.

The following content is kept here for historical reasons :)


Sketch Stuttering? Let us help you!

We're currently investigating an issue where Sketch stops responding at regular intervals. Judging from our reports, it started about 10 days ago (June 1st) for no apparent reason that we can think of (our last Sketch update was released on May 11st). We have some hypothesis, but we need your help to fix it since we haven't been able to reproduce it on our test machines.

If you need a quick workaround, keep reading :)

@mac-cain13
mac-cain13 / Readme.md
Last active August 29, 2015 14:11
Automatically copy all PNG assets to the correct Android drawable folder when exporting from for example Sketch.

Android assets folder action

Automatically copy all PNG assets to the correct Android drawable folder. Very helpful when exporting assets with @?x-suffix from, for example, Sketch and putting them into the correct folder without human interaction.

Setup

  1. Copy the AppleScript file to ~/Library/Workflows/Applications/Folder Actions
  2. Create a export folder where you'll put all exported PNGs
  3. Right click the folder, choose configure folder actions, check the "Enable folder actions" checkbox and attach the android_assets.scpt to your folder
  4. Open the terminal and create a symbolic link by typing ln -s /path/to/android-project/app/src/main/res /path/to/export-folder-you-just-created