LaCava Research Wiki

Initiated September 2017

subfilter Operator

31st October 2018 at 1:51pm

New in: 5.1.18 Note that the subfilter operator was introduced in version 5.1.18 and is not available in earlier versions.

Literal filter operands cannot contain square brackets but you can work around the issue by using a variable:

<$set name="myFilter" value="[tag[one]]">
<$list filter="[all[tiddlers]subfilter<myFilter>]">
...

Examples