diff options
Diffstat (limited to 'compiler/ldgallery.1.md')
-rw-r--r-- | compiler/ldgallery.1.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/compiler/ldgallery.1.md b/compiler/ldgallery.1.md index 3c52f9d..4f9935b 100644 --- a/compiler/ldgallery.1.md +++ b/compiler/ldgallery.1.md | |||
@@ -107,7 +107,7 @@ description | |||
107 | 107 | ||
108 | tags | 108 | tags |
109 | : List of tags for the item. | 109 | : List of tags for the item. |
110 | Tag groups can be defined using prefixes separated by ":" (colon). | 110 | Tag categories can be defined using prefixes separated by ":" (colon). |
111 | Tags specified in a directory metadata sidecar are applied to all items within that directory. | 111 | Tags specified in a directory metadata sidecar are applied to all items within that directory. |
112 | 112 | ||
113 | 113 | ||
@@ -139,6 +139,10 @@ excludedTags[] | |||
139 | : Glob patterns of tags to exclude from the gallery. | 139 | : Glob patterns of tags to exclude from the gallery. |
140 | Defaults to [] (none). | 140 | Defaults to [] (none). |
141 | 141 | ||
142 | tagCategories[] | ||
143 | : Top-level tag categories. | ||
144 | Defaults to [] (none). | ||
145 | |||
142 | tagsFromDirectories.fromParents | 146 | tagsFromDirectories.fromParents |
143 | : Automatically generate tags from the name of parent directories, | 147 | : Automatically generate tags from the name of parent directories, |
144 | looking up in the hierarchy as far as indicated by this parameter. | 148 | looking up in the hierarchy as far as indicated by this parameter. |