For the
Batch Manipulator, I need a button to append
foo and
[[frotz gronk]] "negatively" to an existing field value so it looks like this
foo bar [[frotz gronk]] -foo -[[frotz gronk]]
If this is then input for a filter, the result in "bar" only. But I need the above statement to exist visibly/statically in a field.
I assume I should use listops but fail to get that "negative append". Here's the code:
\define negative(...)
<$button>
Remove
<$action-listops $tiddler="mylist" $subfilter="???????????" />
</$button>
\end
<$edit-text tiddler=mylist tag=input/>
<<negative ... >>
The actual use for it in Batch Manipulator is to have a button next to each listed tiddler so that individual titles can be excluded from the batch manipulation.
Thank you in advance!
<:-)