In the example I posted, I wanted to transclude the source of tiddler A 
inside the source of tiddler B. By "source", I mean the page source as 
written in wiki markup language.

Here's the same example again:

Tiddler A source code:
(

This is tiddler A. It is transcluded inside tiddler B.

)

Tiddler B source code:
(

This is Tiddler B.
<<includeSource [[Tiddler A]]>>This is tiddler A. It is transcluded inside 
tiddler B.<</includeSource [[Tiddler A]]>>

)

I want to find a macro that will perform this function. The transcluded 
text should be synchronized with the page it corresponds to.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/Mh3FI0ia_IkJ.
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