I'm a bit confused in how to use macros in TW5 now.

Today I downloaded the current TW5 and it seems the macros work different 
now.

This is what I tried to do:

Tiddler named "Control"
[code]
\define results(A:"optimum", B:"state of the art", C:"below average", 
D:"fail", E:"n/a")
#$A$
#$B$
#$C$
#$D$
#$E$
\end
[/code]

And then I wanted to use it as:

[code]
{{Control}}
This is my question
<<results C:"we can live with it">>
[/code]

Which should then render as:

> This is my question
> A. optimum
> B. state of the art
> C. we can live with it
> D. fail
> E. n/a
>

So I transclude the Macro-tiddler "control" in each tiddler where I would 
need these 5 results to be shown.

It seems now I need to *include* the macro in each tiddler. Is this 
intended? Are modules my only way around this?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to