This problem is referenced in the tabs macro documentation <https://tiddlywiki.com/#tabs%20Macro>.
Basically, make a template like "tabtemplate" with contents: <$tiddler tiddler=<<currentTab>>> <$transclude mode="block" /> </$tiddler> and then reference it in the macro call, similar to: <<tabs "[tag[HelloThere]]" template:"tabtemplate">> On Monday, December 30, 2019 at 10:31:07 AM UTC-8, springer wrote: > > Deal all, > > I realize I'm not yet fluent enough to solve my nested childtabs problem. > > So, I'll ask a much simpler question, and crawl up from there... > > I'm using fields to hold scores in a multi-aspect grading rubric. > > I can pull info from a tiddler's accuracy field into that tiddler's > regular view by using {{!!accuracy}} (and I'm using HarveyBalls to make it > look great!) > > But then if that whole tiddler gets rendered as a tab within another > tiddler, the field reference (as I have it now) breaks, because it's trying > to supply the field value for the enclosing tiddler. > > What's the TextReference format to use, in the original tiddler, so that > the proper bottom-level field values will appear, even in the nested > contexts? (I have tried variations on adding || but with no luck so far.) > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ca1e0339-f001-4ae5-883e-e38d8cb0f193%40googlegroups.com.