I have two list filters with a preceding line of text, as follows:
Home of:
<$list filter="[all[tiddlers]search:Home<currentTiddler>sort[]]">
</$list>
Place of residence of:
<$list filter="[all[tiddlers]search:residence<currentTiddler>sort[]]">
</$list>
If the filters have no results I would like to hide the preceding text (i.e. hide “Home of:” if there is no result). I could do this in Excel with the “if” function. Can I do something similar here?
Also, I would like to arrange the layout in the tiddler into two columns with “Home of:” in the left column and “Place of residence of:” in the right column
Maybe a Grid CSS might do this, but is there something simpler?