diff --git a/doc/API.md b/doc/API.md index 11f2d5b..cccbc4e 100644 --- a/doc/API.md +++ b/doc/API.md @@ -321,7 +321,8 @@ data. ```json5 { "name": , - "color": + "color": , + "order": // optional } ``` @@ -354,6 +355,7 @@ data. "version": , "name": , // optional "color": , // optional + "order": // optional } ``` @@ -2288,7 +2290,8 @@ experience. "version": , "name": , "color": , - "usages": + "usages": , + "order": , "default": } ``` @@ -2299,6 +2302,7 @@ experience. - ``: the category name. - ``: the category color. - ``: how many tags is the given category used with. +- ``: the order in which tags with this category are displayed, ascending. - ``: whether the tag category is the default one. ## Tag @@ -2498,7 +2502,7 @@ experience. "version": , "name": , "color": , - "usages": + "usages": , "default": } ``` @@ -2712,7 +2716,7 @@ dictionaries as created by creation snapshots, which is described below. }, "primitive-property": { - "type": "primitive change": + "type": "primitive change", "old-value": "", "new-value": "" },