diff options
author | pacien | 2020-01-05 19:24:50 +0100 |
---|---|---|
committer | pacien | 2020-01-05 19:24:50 +0100 |
commit | 2ad60869c2e8d0846672ccb18b2de99c9cf33671 (patch) | |
tree | 20c855a0d6eba12f81d8242caea237eb297f645f /ldgallery.1.md | |
parent | ab2f076c5bf546f8aca9910b2b61a1b5a67361bc (diff) | |
download | ldgallery-2ad60869c2e8d0846672ccb18b2de99c9cf33671.tar.gz |
compiler: add option to add tags from n parent directories
GitHub: closes #15
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r-- | ldgallery.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md index 99d6ccb..ec685c6 100644 --- a/ldgallery.1.md +++ b/ldgallery.1.md | |||
@@ -93,8 +93,8 @@ compiler.galleryName | |||
93 | compiler.ignoreFiles | 93 | compiler.ignoreFiles |
94 | : Regular expression matching the name of files to ignore. | 94 | : Regular expression matching the name of files to ignore. |
95 | 95 | ||
96 | compiler.implicitDirectoryTag | 96 | compiler.tagsFromDirectories |
97 | : Whether to implicitely tag items with the name of their immediate parent directory. | 97 | : How far to look at parent directories to add implicit tags. Defaults to 0. |
98 | 98 | ||
99 | compiler.thumbnailMaxResolution.width | 99 | compiler.thumbnailMaxResolution.width |
100 | : Maximum width in pixels of the item thumbnails, 400 by default. | 100 | : Maximum width in pixels of the item thumbnails, 400 by default. |