<$list variable="the_list" filter="[enlist{!!faction_list}]"><$button class="icon_button">{{Constants!!image_trash}}<$action-listops $field="faction_list" $subfilter="+[remove<the_list>]"/></$button><<the_list>><br></$list>[[United Federation of Planets]] [[Ascendant Star]] [[Chodak Empire]] Dominion
\define x() [[$(the_list)$]]
<$list variable="the_list" filter="[enlist{!!faction_list}]">
<$button class="icon_button">xxx
<$action-listops $field="faction_list" $subfilter="+[remove<x>]"/></$button><<the_list>><br>
</$list>I have the code to do this I will try and share soon. I'm on my mobile. Some questions that may lead you to a solution,
would not each button try and remove current tiddler not the list?
no need to use the remove operator in the list ops subfilter just a - minus
E.g. -[<currentTiddler>]
Regards
Tony