aboutsummaryrefslogtreecommitdiff
path: root/compiler/ldgallery.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ldgallery.1.md')
-rw-r--r--compiler/ldgallery.1.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/compiler/ldgallery.1.md b/compiler/ldgallery.1.md
index 59a5b30..3c52f9d 100644
--- a/compiler/ldgallery.1.md
+++ b/compiler/ldgallery.1.md
@@ -130,10 +130,19 @@ includedFiles[]
130excludedFiles[] 130excludedFiles[]
131: Glob patterns of file names to exclude from the gallery. Defaults to [] (none). 131: Glob patterns of file names to exclude from the gallery. Defaults to [] (none).
132 132
133includedTags[]
134: Glob patterns of tags to include in the gallery.
135 Items with no tags can be matched with the empty pattern.
136 Defaults to ["*"] (matches all tags, includes untagged items).
137
138excludedTags[]
139: Glob patterns of tags to exclude from the gallery.
140 Defaults to [] (none).
141
133tagsFromDirectories.fromParents 142tagsFromDirectories.fromParents
134: Automatically generate tags from the name of parent directories, 143: Automatically generate tags from the name of parent directories,
135 looking up in the hierarchy as far as indicated by this parameter. 144 looking up in the hierarchy as far as indicated by this parameter.
136 Defaults to 0 (do not generate tags from parent directories). 145 Defaults to 0 (does not generate tags from parent directories).
137 146
138tagsFromDirectories.prefix 147tagsFromDirectories.prefix
139: Prefix to use for tags automatically generated from the parent directories' names. 148: Prefix to use for tags automatically generated from the parent directories' names.