For example, currently
Code: Select all
{Tag status} | {Rating} | {Color label}
Code: Select all
[] | |
I'd like to "tie" the "|" symbols to the previous values and don't show them if those values are blank, so for example, if I enter the following mock template
Code: Select all
{Tag status}{≠∅" | "}{Rating}{≠∅" | "}{Color label}
I'd get this nice empty field (without any newlines as well, though that would require some other templating feature)
Code: Select all