Hi

Now, to remove only the currentTiddler from the target field, the 
$subfilter= attribute must be used to modify the current contents of the 
target field:

<$button>
<$action-listops $tiddler="test" $field="myfield" 
$subfilter="-[{!!title}]"/>
Remove Current Title
</$button>

If you wish to remove a list of titles, there is the option of using the 
remove[] filter operator, which can accept a TextReference 
+[remove{Text!!reference}] as a parameter.

<$button>
<$action-listops $tiddler="test" $field="toremove" $filter="[my[filter]]"/>
<$action-listops $tiddler="test" $field="myfield" 
$subfilter="+[remove{!!toremove}]"/>
Remove Filtered Titles
</$button>

regards

On Monday, 18 January 2016 12:48:13 UTC+2, sini-Kit wrote:
>
> Hi! I try to understand how to   work with ListopsWidget . I try to find 
> all tidders with field nazvane:test (I have 3) and put their titles to 
> field "myfield" in test tiddler.
>
>

-- 
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/34c6b3ef-84e8-4cd7-b63c-6be767ee3497%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to