Hi Stephan
Very nice solutions - both of them! Thank you very much :-)
They both do what I need now and it doesn't matter that they use all of the
tagfield value..
I guess I could change it to work on any other field if I want other tags
to the tiddlers..
Of course I'm also wondering if it is possible to create yet another
generic tagcycler which will allow other tag values on a tiddler side by
side - and not overwrite them... eg. "task" + a cycle of tags like:
"urgent" or "[[on hold]]" or "done" etc..
Thanks again - Your help is very much appreciated :-)
Cheers Måns Mårtensson
Den tirsdag den 1. juli 2014 12.10.51 UTC+2 skrev Stephan Hradek:
>
> 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.