1. the \define red($text$) is wrong. It should be \define red(text)
   2. It's a macro that you need to put everywhere where you want red text
   

But this one might be interesting. Define a tiddler "red" containing:

\define red(text)
@@color:red;
$text$
@@
\end

<$macrocall $name="red" text={{!!title}}/>

and then use it like so:

this not red {{this is red||red}} this not red


-- 
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/groups/opt_out.

Reply via email to