Hi,
I am trying to have a button to change the icon field of all tiddlers not having a specific tag.
But I do not find out what’s wrong here:
<$button>
<$list filter="[tag!![XXX]]">
<$action-setfield icon="My Logo>> />
</$list>
Set all logos to BWCIA
</$button>
Thx
Stefan