I'm trying to get this working in my TW and am struggling:

this:

\define cycleStatus()
<$button>
<$action-listops $tags="+[cycle[active waiting done]]"/>
Cycle Status</$button>
\end

<<cycleStatus>>


causes the TW to need changes saved (the "save" icon turns red") but 
nothing happens - I was expecting the tiddler to cycle through the three 
tags

and this one:


<ul>
<$list filter="[tag[ToReview]]">
<li>

<$link><<currentTiddler>> </$link></li>

<$button class="tc-btn-invisible" tooltip="cycle period">
<$action-listops $tags="+[cycle{!!list}]"/>
@ <$list filter="[is[current]tags[]] +[keep{!!list}]" variable="item"><
<item>></$list>
</$button>
</$list>
</ul>

(with "ToReview" changed to a tag that I have in use) also causes unseen 
changes
(yes, I added a field "list" with a few words in it to use as tags)


What am I doing wrong?  My version is 5.1.13

-- 
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/07f2074c-8711-4a67-846d-1820beadef68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to