Hi,

I would like to assign a tiddler field a sub set of tags of the current 
tiddler
Ex:
My current tiddler has 3 tags: done, current, started
I want to assign to the field *state* one of these 3 tags (using a regexp)

For that I've first tried to assign the list of current tiddler tags to a 
variable with the hope to be able to apply a regex on this variable ....

<$set name="myVariable"  value={{!!tags}}>
<$text text=<<myVariable>>/>
</$set>

Works fine, but how to apply now a regex on this *myVariable *such as I can 
set the result to my target field ?

Thanks for your lights !

Regards

Vpl

-- 
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/7909ab5a-530b-4efb-bd03-4df0683bad11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to