Hi Rick,

Looking at a live example would make it easier to post a solution.

On way may be to use is the RevealWidget 
<http://tiddlywiki.com/#RevealWidget>...

<$reveal type=match text={{!!order}} default="A">
@@color:red;{{!!order}}@@
</$reveal>
<$reveal type=match text={{!!order}} default="B">
@@color:purple;{{!!order}}@@
</$reveal>
<$reveal type=match text={{!!order}} default="C">
@@color:grey;{{!!order}}@@
</$reveal>

I'd rather like to lookup the color from some configuration tiddler...

title: $:/config/colors/order

A:red
B:purple
C:grey

But so far I failed to construct working output.

Best wishes, Tobias.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to