
This directory contains various things that might be useful for some
Sketch users. Most of these are user scripts that I use occasionally or
that I wrote for some user, but they're a little rough and unpolished.
Many of them need to be tweaked in some way to be really useful.


Overview:

export_raster.py 

  A script that adds two commands to the Script menu that allow you to
  export a Sketch drawing as a raster image using ghostscript to render
  it. One of them renders the drawing on a white background, the other
  renders with anti-aliasing and alpha channel, so that those parts of
  the page that are not covered are transparent. See the script's
  comments for more details.


read_gimp_path.py

  Read a path from a file created with Export Path in Gimp's Layers &
  Channels dialog and insert it into the document. See the scripts
  comments for more details.

fix_broken_sk_file.py

  Command line script to fix sk-files that contain curves that start
  with bezier segments. Sketch versions prior to 0.6.12 would read these
  files without complaint, but couldn't print them.


Symbolgroup/

  A plugin-object and some support scripts that can be used to build a
  simple symbol library. See Symbolgroup/README for more information.


magic

  Definition for the magic file used by file(1). You might want to
  append this to your global magic file.

