Hi Danielo

The recursive transclusion error is because you've got nested invocations of 
$:/core/ui/ViewTemplate with the same value for currentTiddler. You probably 
want to use a different template for the tiddlers that are nested in tabs.

Best wishes

Jeremy

--
Jeremy Ruston
[email protected]
http://jermolene.com

> On 30 Aug 2016, at 17:20, Danielo Rodríguez <[email protected]> wrote:
> 
> Hello everyone,
> 
> I am very close to achieve something that I want, which is a custom view 
> template showing the current tiddler along with other tiddlers in tabs. 
> 
> In the first tab I want to show the current tiddler, and other tiddlers in 
> other tabs. Showing other tiddlers works flawlessly, but showing the current 
> one end in a Recursive transclusion error.
> 
> How can I adjust the template to avoid this but use the default view template?
> This is the current template that I'm using with the tabs macro:
> 
> <!-- This template should be used with the tabs macro  -->
> <$tiddler tiddler=<<currentTab>>>
> <$transclude tiddler="$:/core/ui/ViewTemplate"/>
> </$tiddler>
> 
> 
> -- 
> 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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/47a377ca-62fd-4df0-879d-0751a6b8c938%40googlegroups.com.
> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/70F3FFFA-C0F2-442D-A105-F6A47A68FD38%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to