Thank you, it worked indeed :)

On Tuesday, November 16, 2021 at 10:01:15 PM UTC Mat wrote:

> This should work, I think:
>
> <$transclude $tiddler={{!!ref}} $field=name />
>
> <:-)
> On Tuesday, November 16, 2021 at 10:53:19 PM UTC+1 Tristan wrote:
>
>> Hey guys,
>>
>> I don't know the correct term but I want to transclude a field of the 
>> tiddler that is contained in one of the fields of the current tiddler:
>>
>> Tiddler1:
>>     title: tiddler1
>>     tag: Baz
>>     ref: tiddler2
>>
>> Tiddler2:
>>     title: tiddler2
>>     name: FooBar
>>
>> Tiddler3:
>>     title: tiddler3
>>     <table>
>>         <$list filter="[tag[Baz]">
>>             <tr>
>>                 <td>
>>                     <$link to={{!!ref}}>
>>                     *I want to show "FooBar" here*
>>                     </$link>
>>                 </td>
>>             </tr>
>>         </$list>
>>     </table>
>>
>> Thanks,
>> Tristan
>>
>

-- 
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/1803be71-2314-40c6-ac8d-4c2ce7c04c56n%40googlegroups.com.

Reply via email to