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/6bff7edf-778b-4720-9edd-666c703aa790n%40googlegroups.com.

Reply via email to