Couldn't you store an exclusions list somewhere and always add it to the filter? It starts empty... then has (in this example) -foo added.
On Saturday, September 9, 2017 at 8:02:26 AM UTC-5, Mat wrote: > > For the Batch Manipulator <http://batchmanipulator.tiddlyspot.com>, 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! > > <:-) > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/06da77de-47af-47e4-9f21-dd62aab55077%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

