You can do this:
Create a tiddler called SourceTemplate which has the following text:
<<view text text>>

Now to include it run:
<<list filter [[Title]] template:SourceTemplate>>

On Jan 6, 1:06 am, Andy Green <[email protected]> wrote:
> 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 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