Hi Shankar,

> Say, I have tiddlers A, B, C, ....  I would like to create a new
> tiddler that pulls the data from these tidders and displays it.  After
> A, B, or C, ... get updated, when I open the new tiddler, those
> changes have to be reflected.
>

The easiest way with only a few tiddlers is to transclude them, to
embed their actual content like this:

<<tiddler A>><<tiddler B>><<tiddler C>>

You can also embed only parts of tiddlers between two headings:

!heading
... some text to be embedded
!!heading two

- like this:

<<tiddler TiddlerTitle##heading>>

If you have a bigger number of tiddlers to embed you can select them
for example by tag and this little script of Eric (which also requires
InlineJavascriptPlugin installed):

http://www.tiddlytools.com/#EmbedTiddlers

Regards..

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to