From 8d03ed67b996c119630818f8eb60692998a5ecaa Mon Sep 17 00:00:00 2001 From: RobertPratley Date: Mon, 22 May 2017 19:18:02 +0200 Subject: [PATCH] fixed directories --- .DS_Store | Bin 8196 -> 8196 bytes README.md | 7 +++++-- ...labelKeyExample.png => labelKeyExample.png | Bin 3 files changed, 5 insertions(+), 2 deletions(-) rename images/labelKeyExample.png => labelKeyExample.png (100%) diff --git a/.DS_Store b/.DS_Store index b2d2288afc9e8880c742d5111f1ee68a02858b5a..b1c1c9532e4b45b50cfef1b30d87ae7d84e4257a 100644 GIT binary patch delta 1193 zcmchV%TE(g6vppYKxXDjx#iUsA%I1mO{u&eqU9lCL_sW}M0}LakW4HsG6fZljfy)J zbd0*ugt!D31|JJHF8KqxVFe~cUAWMV3m3*aZG&NMav2rZ3u&f?l8x4y;(L|F?2$HL(tbivYwDg9e^ZfZ}i)T^Jf3_C9{Hmxax zO3)usXOwP#MA3X|ARIcQ&MFL|u#}Ovueh|*RoC3!sc%}EqnXTXwNdJu9#bz*tC4HW zAqX)Gj}{bCX;kJPI2o4JaaEDoTS1H~C54opHI%L?g}>!w!htd>c{QVsKY6jLT9Uk% z)R4?HF_Bv1mgrE>Kc)nkEE;v(%v|3f(cu|oN>jrjb|M~S=9X58`U2sJ2_+QKEN~{n zhmYtRS@{iJyn_*=gAQ3X>N`9YB>spFk2|p=0|@ z@}2ww0bl}!6*kzhALXb-6{=B>7PR3I+R=kPoI*baFakdUkf9)iE11P~+`wHt#uGfn zGb~~W%Xo!%c%P_lLb8kF$u+r{@IjAd*QVr3#|&J)|KVECFlRDLR(4KqUQua<^I&6} zXWNzYh5>zkEz&=!gcNxPD}6DiG|e0GPbm7woSLZBX3wW3)FH4nfeA6=D3wuB(cmoW>x$7{V|vCQ*$ej7dyEgMAt|5ydUs#vJZr9*>}NcF*x*r95vF4=2-B p(rrIdqeFaDm8*g=ZY(|Vd%I~`bf;^(Zd$o9;D22Ew`nFqegpGA|BnCw delta 1177 zcmd6lNla5g9LDEkeG7#tWofIiXbFNqDVrdRw4k6+0!k53f+@TKUMOXGZCTXxAkml@ zAwI93OuR@`f*y>~gG<6iPZ%-L#O>zM#Kgp?uYH6V6XVS|hne{=nfdbl{tK=J*HQ-z zE1mb#U{F)&9j??_QIu0wR;8}dPPNonXk8kd^vg=n>D)kEd_rPUGRF&I%HhmbK@A&w zihAXti9nY;&rVVrQrJ=E_XXuJJKzg4g@Wg97_xTQcNdlJt#ut#zZ$E{v&|OkHc{-J zk)_~hpHCTL0Z9&w^n_(a9`v)`(4agOl7n;9&T;F;G@5G5Q9bGANN$cOo{+R>o2Hqz zOPkgF0#WcP+W*wY@v;75hah;zuKEiu_5@5m?enS3MP$qx|l$buObSYbyAoG3*N8sJ7Fn&80^bis>m3_!v# zMlgyg%;6MH;|$JW5tpIj3a(-qH*pKMaSxC21W)lCFLe=d&`;voJT+0Vg$>nhG^y`R zw)oWM7(e&l_`NcurcqmRsN`udZ+0vdA0ojWcyMBX|2i)D(|T33g1f0F(No zVf%z656etaUuTp=tY%Ag&Q3v~#2DYGVTn$Gm?!3Q^e#u^Vxdqd7V{cK8n0KKLK&y= zqKSI7QmEoJqBKFT)(CZ+2974_VT0)A=o&{ky*W?h`CsW&{233qNG_2@vP7j2NA+Q5cKaR_!=XW{#y-@d4*Su9Luf@C+Hnj$=)-aJgK3~fA!7_dgfN3y z%;PK;G+gI#VGG#x)m>R{v6^iDk`RdveYZBHY?h0T8ckmRmmalPtitam{Wl)H!B1i5 B24w&M diff --git a/README.md b/README.md index 9b60f80..2110fdc 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,14 @@ It adds a new palette to the sidebar displaying a user defined key for Glyphs' colour labelling. -![Label Key](https://github.com/RobertPratley/labelKey/blob/master/images/labelKeyExample.png "Label Key") + + ### How to use The plugin requires a labelkey.txt file stored in either ~/Library/Application Support/Glyphs/info/ or the same directory as the current Glyphs source file. Preference is given to the latter allowing for the sharing of the labelkey.txt file with glyphs source files to retain labelling information between project contributors. -The labelkey.txt file requires the formatting `colorName=meaning`, with each key on a newline and with no space surrounding the '='. An example, with the defined colorNames is given below: +The labelkey.txt file requires the formatting `colorName=meaning`, with each key on a newline and with no space surrounding the '='. The order of the key will follow the order specified in the text file. An example, with the defined colorNames is given below. ``` red=Red @@ -25,3 +26,5 @@ magenta=Magenta lightGray=Light Gray charcoal=Charcoal ``` + +*Thanks to Georg Seifert for helping with bug fixing.* \ No newline at end of file diff --git a/images/labelKeyExample.png b/labelKeyExample.png similarity index 100% rename from images/labelKeyExample.png rename to labelKeyExample.png