From 1e3a0e39cb6cdc86a6ba6b570c72c44931cf1c3b Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 5 Jan 2020 20:40:41 +0100 Subject: compiler: replace file filter with inclusino and exclusion glob lists GitHub: closes #16 --- ldgallery.1.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ldgallery.1.md') diff --git a/ldgallery.1.md b/ldgallery.1.md index ec685c6..abaeb16 100644 --- a/ldgallery.1.md +++ b/ldgallery.1.md @@ -90,8 +90,11 @@ The gallery settings reside in a file named "gallery.yaml" located at the root o compiler.galleryName : Name of the gallery. Defaults to "Gallery". -compiler.ignoreFiles -: Regular expression matching the name of files to ignore. +compiler.includeFiles[] +: Glob patterns of file names to include in the gallery. Defaults to ["*"] (matches all file names). + +compiler.excludeFiles[] +: Glob patterns of file names to exclude from the gallery. Defaults to [] (none). compiler.tagsFromDirectories : How far to look at parent directories to add implicit tags. Defaults to 0. -- cgit v1.2.3