Hello,
The following is listing the values out of field "warning" of tiddler "@fields". The name of the listed field bears the same name as the tiddler containing the list-code:
In tiddler warning:
<$list filter="[list[@fields!!warning]search:title{$:/temp/search@fields}]" variable=warning-value>
I want to transclude this code in different tiddlers.
How do I avoid having to specify the field name every time?
$tiddler="@fields" $field=<<currentTiddler>>
Thank you,