Multilinetext plugin for sketch -- Version 0.1.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

INSTALLATION:

Copy the files under Plugins to your Plugins directory:

> cd Plugins
> cp -rf multilinetext.py multilinetextlib/ ~/.sketch/Plugins/ 

Edit your userhooks.py configuration file. Add the lines

> import sys
> sys.path.append('/home/ecker/.sketch/Plugins')

and change the path according to your system. 

TODO:

- better color dialog (maybe drag and drop from sketch panel)
- a tab-panel	































































