Hi Blake

You'll see that error if you view the template. It occurs because when the
template is viewed directly, the current tiddler will be the template
itself. That means that `{{!!text}}` would attempt to view the content of
the tiddler recursively. Hence the warning.

But don't worry, just close the template tiddler and try
the {{HelloThere||myTemplate}} part.

Best wishes

Jeremy.


On Tue, Nov 4, 2014 at 3:03 AM, Blake Blacksmith <blakeblacksm...@gmail.com>
wrote:

> For some reason the "{{!!text}}" in
>
> ! <$view field="title"/>
>> {{!!text}}
>
>
> Causes a transclusion error:
> Recursive transclusion error in transclude widget
>
> Although the function still works to transclude my tiddlers. I just wanted
> to let you know. I can still use the template you provided so thanks!
>
> -Blake
>
>
> On Mon, Nov 3, 2014 at 4:25 PM, Jeremy Ruston <jeremy.rus...@gmail.com>
> wrote:
>
>> Hi Blake
>>
>> Is there a way to transclude tiddlers with each transcluded-tiddlers
>>> title as a header?
>>>
>>
>> Create a tiddler called "myTemplate" containing:
>>
>> ! <$view field="title"/>
>>
>> {{!!text}}
>>
>> Then you can transclude the tiddler "HelloThere" through that template:
>>
>> {{HelloThere||myTemplate}}
>>
>> You can transclude a list of tiddlers in the same way. Here's
>> transcluding all the tiddlers tagged "Concepts":
>>
>> {{{ [tag[Concepts]] ||myTemplate}}
>>
>>
>>>
>>> Can we transclude all children of a tiddler (ie: for a tag-tiddler) in
>>> one tiddler?
>>>
>>
>> Do you mean all tiddlers that have a particular tag? That's in the
>> example above.
>>
>>
>>> I appreciate any help here. I've been looking for answers to this for a
>>> few days now.
>>>
>>
>> The documentation is still an area of concern. It's very hard to learn
>> TiddlyWiki and we need much better beginners documentation.
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>>>  --
>>> 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 tiddlywiki+unsubscr...@googlegroups.com.
>>> To post to this group, send email to tiddlywiki@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/tiddlywiki.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Jeremy Ruston
>> mailto:jeremy.rus...@gmail.com
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/tiddlywiki/sDehXfQpZxk/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> tiddlywiki+unsubscr...@googlegroups.com.
>> To post to this group, send email to tiddlywiki@googlegroups.com.
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to