Hi Philip On Tue, Oct 14, 2014 at 1:11 AM, Philip Coltharp <[email protected]> wrote:
> When we talk about recursion in TW5 tranclusion, is it recursion of the > use of the $transclude widget itself where only one use of it is allowed -- > OR -- is it recursion as in the event that the transclude widget finds > that it is being asked to place a tiddler in the heap that had already been > added, therfore multiple nested levels are allowed but not such that > recursion is allowed? > You can next transclusions as deep as you want. A transclusion recursion error results when you try to transclude a tiddler that has already been transcluded in the same stack. In other words, if A transcludes B, and B transcludes C, an error message would be displayed if C tried to transclude A. Best wishes Jeremy > > On Monday, October 13, 2014 6:39:53 PM UTC-4, Philip Coltharp wrote: >> >> Can we transclude a tiddler that would transclude from a >> third tiddler, on TW5? >> > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

