Hi,
There is a new filter operator format:titlelist[]
in tiddlywiki 5.2.0 to wrap the output in square brackets.
Now I forget how to do it in earlier versions;
For example I have this action;
<$action-listops $tiddler={{{ [{$:/temp/bookmarklet!!bookmarklet-title}addsuffix[-bookmarklet]] }}} $field="filter" $subfilter={{{ [{$:/temp/bookmarklet!!bookmarklet-title}addsuffix[-bookmarklet]] }}} />
Unfortunately I can’t how to see in the parameter how to add the result as [[retreivedtitle-bookmarklet]]
$subfilter={{{ [{$:/temp/bookmarklet!!bookmarklet-title}addsuffix[-bookmarklet]] }}}
to the $field=filter.
Thanks in advance