Hi there,
I'm new at TW and try to create a "template" for generating a structure 
with the tags, I use.
I use the tiddle "tocEntry":
tiddle: tocEntry

<dt><$link><$view 
field="title"/></$link></dt><dd><$transclude 
field="description"/></dd>

And for generating the structure I use tiddles like the following:

tiddle: privat

Please select category:

<dl>{{{ [tag[privat]] || tocEntry }}}</dl>

Now I try to replace e.g. the "privat" in the second line to {{!!title}} or 
similar. I want to paste always the same text into the tiddle, so that it 
inserts the name of the tiddle (that means the tag of the list in the 
bottom) automaticly.
Something like this:
<dl>{{{ [tag[{{!!title}}]] || tocEntry }}}</dl>

But I tried serveral syntacs, it won't work. Could You help me? Do I need a 
parameter?

Thanx from Germany, J.

-- 
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