aboutsummaryrefslogtreecommitdiff
path: root/ldgallery.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r--ldgallery.1.md27
1 files changed, 19 insertions, 8 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md
index 91724a6..a5d0e4c 100644
--- a/ldgallery.1.md
+++ b/ldgallery.1.md
@@ -107,19 +107,28 @@ tags
107The gallery settings reside in a file named "gallery.yaml" located at the root of the gallery's source directory. 107The gallery settings reside in a file named "gallery.yaml" located at the root of the gallery's source directory.
108 108
109compiler.includedDirectories[] 109compiler.includedDirectories[]
110: Glob patterns of directory names to include in the gallery. Defaults to ["*"] (matches all directory names). 110: Glob patterns of directory names to include in the gallery.
111 Defaults to ["*"] (matches all directory names).
111 112
112compiler.excludedDirectories[] 113compiler.excludedDirectories[]
113: Glob patterns of directory names to exclude from the gallery. Defaults to [] (none). 114: Glob patterns of directory names to exclude from the gallery.
115 Defaults to [] (none).
114 116
115compiler.includedFiles[] 117compiler.includedFiles[]
116: Glob patterns of file names to include in the gallery. Defaults to ["*"] (matches all file names). 118: Glob patterns of file names to include in the gallery.
119 Defaults to ["*"] (matches all file names).
117 120
118compiler.excludedFiles[] 121compiler.excludedFiles[]
119: Glob patterns of file names to exclude from the gallery. Defaults to [] (none). 122: Glob patterns of file names to exclude from the gallery.
123 Defaults to [] (none).
120 124
121compiler.tagsFromDirectories 125compiler.tagsFromDirectories.fromParents
122: How far to look at parent directories to add implicit tags. Defaults to 0. 126: Automatically generate tags from the name of parent directories,
127 looking up in the hierarchy as far as indicated by this parameter.
128 Defaults to 0 (do not generate tags from parent directories).
129
130compiler.tagsFromDirectories.prefix
131: Prefix to use for tags automatically generated from the parent directories' names.
123 132
124compiler.thumbnailMaxResolution.width 133compiler.thumbnailMaxResolution.width
125: Maximum width in pixels of the item thumbnails, 400 by default. 134: Maximum width in pixels of the item thumbnails, 400 by default.
@@ -137,7 +146,8 @@ viewer.defaultSearchQuery [TODO]
137: Default search query string. 146: Default search query string.
138 147
139viewer.defaultSortOrder [TODO] 148viewer.defaultSortOrder [TODO]
140: Default sort order ("alphanumeric", "reverse-alphanumeric", "date", "reverse-date"). Defaults to "date". 149: Default sort order ("alphanumeric", "reverse-alphanumeric", "date", "reverse-date").
150 Defaults to "date".
141 151
142viewer.tagGroups[].tag [TODO] 152viewer.tagGroups[].tag [TODO]
143: Tag prefix defining the tag group. 153: Tag prefix defining the tag group.
@@ -146,7 +156,8 @@ viewer.tagGroups[].colour [TODO]
146: Colour associated to the tag group. 156: Colour associated to the tag group.
147 157
148viewer.hiddenTags [TODO] 158viewer.hiddenTags [TODO]
149: List of tags to hide by default. Items bearing one of those tags will not be displayed until they are being explicitly searched for. 159: List of tags to hide by default.
160 Items bearing one of those tags will not be displayed until they are being explicitly searched for.
150 161
151 162
152# SEE ALSO 163# SEE ALSO