Windows11 (22H2), display resolution 3840x2160, win scaling 150%
Metadata - tag
there is no way to conditionally display text based on tag data,
eg ({Color label}) appearsas as () when tag is empty, which does not look nice
Suggestion
add functionality to conditionally show custom text within tag (if tag is not null or <> empty_string) via
- ternary operator
eg {{Color label} ? ({Color label}) : ""}
{{Color label} = "" ? ({Color label}) : ""}
OR
- custom text in tag
eg {"("Color label ")"}
Related
- suggestions
Info Panel add check "if exif value exists".