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.

