Mark,

I did see that the problem is mentioned there... 

I think I understand this much now: the problem is fixed NOT by changing 
how I refer to the field in the CHILD tiddler, but instead in the way the 
parent-tiddler (which contains the tab set) handles the tabs? 

Happily, I now see that the out-of-box toc macro is actually handling the 
fields well when they're low down in nested contexts. So this actually *is* 
a version of my prior problem, which is how to rewrite my tab-set template 
so that it becomes properly nestable.

Thanks.

On Monday, December 30, 2019 at 2:23:17 PM UTC-5, Mark S. wrote:
>
> 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cafad6a7-fec2-454f-bbc1-7d28afa742ad%40googlegroups.com.

Reply via email to