Here's my root tiddler viewTemplate :
<$list filter="[is[current]tag[rootTag]]">

  <$list filter="[tag[L1Tag]field:someField{!!title}]]">

    ! {{!!title}}
    <<<
    {{!!text}}
    <<<
  </$list>

</$list>

Here's my level 1 viewTemplate :
<$list filter="[is[current]tag[L1Tag]]">

  <$list filter="[tag[L2Tag]field:someField{!!someValue}]">

    !! {{!!title}}
    <<<
    {{!!text}}
    <<<
  </$list>

</$list>

There's a field reference from level 1 tiddlers to the root Tiddler (using 
the root tiddler's title). Sames goes for L2 to L1 : it's referencing an ID 
on the L1 tiddler.
My first idea was to remove the block quotes, but it hasn't solved the 
issue of content not showing.

Le lundi 1 août 2016 00:34:17 UTC+2, Eric Shulman a écrit :
>
> On Sunday, July 31, 2016 at 3:14:49 PM UTC-7, William RENOU wrote:
>>
>> I was wondering if transcluding content accross several levels was 
>> possible ? 
>> Here's what I'm trying to do :
>>
>> RootTiddler (A)
>> + L1SubTiddler (Aa)
>>   + L2SubTiddler (Aa1)
>>   + L2SubTiddler (Aa2)
>> + L1SubTiddler (Ab)
>>   + L2SubTiddler (Ab1)
>> + L1SubTiddler (Ac)
>>
>> Both root-level tiddlers and level 1 subtitlers are displayed using 
>> viewTemplates. Level 2 tiddlers are transcluded in their Level 1 parent, 
>> transcluded again in the root Tiddler. 
>> But for some reason, while directly viewing a L1 tiddler displays its L2 
>> contents, opening the root Tiddler only displays the Level 1 contents.
>>
>
> Show some code, please.  Or, better still, post your document online 
> somewhere.
> Then perhaps we can see what you are *actually* doing... rather than just 
> reading a description of what you *want* to do.
>
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
> InsideTiddlyWiki: The Missing Manuals
>
>
>

-- 
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/647d2751-dd66-4482-b8b6-e617a0254b78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to