obsidian-image-gallery
obsidian-image-gallery copied to clipboard
New settings options (file list, regex filter); enabled relative paths.
1.1.2
- Changed: "path" setting can now be relative to the current file's directory (prefix with "./").
- New: "images" setting. Accepts a YAML list of filenames. If this value is provided, only these files will be displayed from the directory. When provided. Overrides any specified sorting order, in favor of the order of the list.
- New: "regex" setting. Accepts a YAML list of regular expression strings. If this value is provided, only filenames that match AT LEAST ONE of the expressions will be displayed.
The line settings.path = normalize(settings.path) completely breaks the plugin on every platform except Linux. After moving it into the block for relative paths at least absolute paths are working again.
The line
settings.path = normalize(settings.path)completely breaks the plugin on every platform except Linux. After moving it into the block for relative paths at least absolute paths are working again.
Yikes, sorry about that. thanks for catching it. I happen to use the plugin exclusively on Linux, so not surprising that I overlooked it.