A more generic approach. Create a tiddler "cycleTags"

\define btn()
<$button set="$(transcluder)$!!tags" setTo={{!!title}}><$view field="title">
clear</$view></$button>
\end
<$set name="transcluder" value={{!!title}}>
<$list filter="[[]] [is[current]list[!!tagcycle]] +[after{!!tags}] [[]] 
+[limit[1]]"><<btn>></$list>
<$set>

Put this into your tiddler you want to rag:
{{!!title||cycleTags}}

Or this if you want to tag another tiddler from somewhere:
{{My Tiddler to tag||cycleTags}}

Add a field "tagcycle"to the tiddler to tag which contains the tags 
youwamnt in the sequence you want them ("A B C")

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to