For example, the transclude widget could have a *prepend* and *append* 
paramterers which when defined work like that...

The template you want to "prepend-enable" or "append-enable" would 
implement the transclusion by defining these attributes like so...

<$transclude prepend="prepend-to" append="append-to"/>

Then, whenever this template is rendered, TiddlyWiki goes out and looks for 
any tiddlers where the current template is *listed* in the *prepend-to* or 
*append-to* field. Those that have this template listed are then being 
either prepended or appended to the content the transclude widget is 
rendering.

This would not be recursive, so only go one level deep. The question would 
be though, what defines the order in which any of those are being rendered 
as there is no tiddler with a list field defining it via tagging. There 
could be some system namespace holding tiddlers defining the order for each 
template.

Best wishes, Tobias.

-- 
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/d/optout.

Reply via email to