On Thursday, June 25, 2020 at 4:56:52 AM UTC-7, Michael Manti wrote:
>
> When trying to use information that's stashed in a field, I often find it 
> easiest to use the widget syntax. In your case, I would use the transclude 
> widget <https://tiddlywiki.com/#TranscludeWidget> in the target tiddler.
> <$transclude tiddler={{!!sourcename}} field="myfield"/>
>

You can also write it this way:
<$view tiddler={{!!sourcename}} field="myfield" />

or even this way:
<$tiddler tiddler={{!!sourcename}}>{{!!myfield}}</$tiddler>

-e

-- 
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/923e157e-b0bb-49bc-a050-0ae8fe0267eao%40googlegroups.com.

Reply via email to