Thank you Matabele! Last variant is the best. I put it to my experiment 
macros 
<http://novye-podarki.ru/empty10_.html#%D0%A6%D0%B2%D0%B5%D1%82%D1%8B%20%D0%BB%D1%8E%D0%B1%D0%B8%D0%BC%D0%BE%D0%B9>
 but 
I don' know how to solve last problem.

 I make a list of checkboxes, and try to uncheck  them all by one button. 

 <$button class='tc-btn-invisible' > <input type="checkbox" checked="true">
<$list filter='[tag[$:/Note]has[$name$]]' variable="add">
<$action-listops  $tiddler="$:/temp/_HideStoryList" $field="list" 
$subfilter="[<add>]"/>
</$list>
<$list filter='[prefix[$:/state/someuniquenameforthisstuff]]'>
<$fieldmangler tiddler=<<currentTiddler>>>
<$action-setfield $tiddler=<<currentTiddler>>   text='checked'/>
</$fieldmangler>
</$list>
</$button> -  uncheck all 

 but it work only if all 
$:/state/someuniquenameforthisstuff$(TestVariable)$ are ready. but all of 
the will be created only if I check all my checkboxes. And it is not good. 
Is it possible not to do <$list 
filter='[prefix[$:/state/someuniquenameforthisstuff]]'> but create all 
$:/state/someuniquenameforthisstuff$(TestVariable)$ with text "unchecked"?



понедельник, 18 января 2016 г., 17:13:18 UTC+3 пользователь Matabele 
написал:

> Hi
>
> Or, of course you might prefer to iterate through the list with a $list 
> widget:
>
> <$button>
> <$list filter="[my[filter]]" variable="remove">
> <$action-listops  $tiddler="test" $field="myfield" $subfilter="-[<remove>
> ]"/>
> </$list>
> 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/fa4d9be3-ca43-4af7-9595-be3e603a1b2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to