Hi magev958
> My question this time is if I can get different formating depending on
> tag? For example if I have "priority1", "priority2", "priority3", can
> I get "priority2" with a red border and "priority3" with a yellow
> background?
Maybe you are asking for some kind of HideWhenPlugin for fET-
listitems...
I use this workaround inside a fET call (after "write"):
"+(tiddler.tags.contains("SomeTag")?"<<tiddler
SomeOtherTiddlerWithTemplate with:[[" + tiddler.title+"]]\>\>":"")+"
The effect is that the transcluded tiddler
"SomeOtherTiddlerWithTemplate" is only visible if [[" + tiddler.title
+"]] is tagged with "SomeTag"...
Works for me...
Cheers Måns Mårtensson
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.