Skip to content

Commit

Permalink
fixed directories
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPratley committed May 22, 2017
1 parent 894437f commit 8d03ed6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
<img src="https://github.com/RobertPratley/labelKey/blob/master/labelKeyExample.png" width="350"/>


### 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
Expand All @@ -25,3 +26,5 @@ magenta=Magenta
lightGray=Light Gray
charcoal=Charcoal
```

*Thanks to Georg Seifert for helping with bug fixing.*
File renamed without changes

0 comments on commit 8d03ed6

Please sign in to comment.