Skip to content

Commit

Permalink
fixed blue stitches, added yellow, typo and more in color code table
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-pol committed Nov 26, 2017
1 parent 1456428 commit da16538
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 67 deletions.
1 change: 1 addition & 0 deletions docs/assets/css/help.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
li li { padding-bottom:0; }
td, th { text-align: left }
th { font-weight: bold; }
table { margin-bottom: 1em; }

#sidebar hr { height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.2); }

Expand Down
35 changes: 20 additions & 15 deletions docs/help/Color-Code.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,32 @@ poor or no support for tallies, pins and gimps in GroundForge and other limitati
Twist marks by GroundForge
--------------------------

The intention is a twist mark wherever there are multiple twists in a pair.
The _intention_ is a twist mark wherever there are multiple twists in a pair.
Open stitches abide this rule. Closed stitches lack twist marks if just one of the pairs need one.

Follow the progress of issue [#104](https://github.com/d-bl/GroundForge/issues/104).


Colors by GroundForge
---------------------

A stitch-pin-stitch is not drawn as "ꅉ" (pins are hardly supported anyway) and
a plait in a pair diagram is not drawn as ">---<" but both as "X".

stitch name | color | examples and notes (neither are exhaustive)
--------------------|------------|--------------------------------------------
half stitch | green | `ct`, `tc`, `ttc`, `tct` (just one time `c` and both pairs twisted at least once)
cloth stitch | purple | `ctc`, `ctcl`, `rctc` (just `ctc` and at most on pair twisted)
2x half stitches | red | `ctct`, `tctc`, `ctct` (just `ctc` and both pairs twisted at least once)
plait | blue | `ctctc` (a `c` followed by at least two times `tc`)
turning stitch | turquoise | `cttc` (no more than two times `c`)
,, variants | brown | `cllc`, `crrc`, `ctlc`, `ctrc`

Stitches not matching anything above will be black.
A plait in a pair diagram is not drawn as ">---<" but as "X" but still blue.
Same for "&#41289;" (pins are hardly supported anyway)
turquoise and brown represent this family of stitches.

stitch name | color | examples and notes
------------------------|-----------|--------------------------------------------
half stitch | green | `ct`, `tc`, `ttc`, `tct` (just one time `c` and both pairs twisted at least once)
cloth stitch | purple | `ctc`, `ctcl`, `rctc` (just `ctc` and at most on pair twisted)
double stitch | red | `ctct`, `tctc`, `tctct` (just `ctc` and both pairs twisted at least once)
plait | blue | `ctctc` (a `ctc` followed by at least one `tc`)
turning stitch | turquoise | `cttc` (no more than two times `c` and both pairs twisted twice in between)
turning stitch variants | brown | `cllc`, `crrc`, `ctlc`, `ctrc` (just two time `c` and anything in between but `t` or `tt`)
tally | yellow | `cllcrrcllc`, `crrlccllc`, (at least four `c`'s and alternating `ll`/`rr` in between)
anything else | black | e.g. `ctcttc`, `lcr`

The examples and notes are not exhaustive.
At least there can be additional twists (left, right or both pairs)
at the start and/or end of the examples.


Tweak Colors
Expand Down
Loading

0 comments on commit da16538

Please sign in to comment.