On Thursday, March 24, 2016 at 2:54:54 AM UTC-7, Matthew Petty wrote:
>
> But when I tried just copying the code to "Family Dropdown" and 
> transcluding it, the only the person field of "Family Dropdown" was 
> changed, not the field in the current tiddler.
>

use "template transclusion", like this:

{{||FamilyDropdown}}

This will transclude the content from FamilyDropdown, but use the current 
tiddler for the data context.  Thus, field references in FamilyDropdown 
will modify values in the current tiddler.  Q.E.D.

Note: the full transclusion syntax is: {{ContextTiddler||TemplateTiddler}}, 
where ContextTiddler is the source of the data, and TemplateTiddler is the 
source for the output format.  In the above example, {{||FamilyDropdown}}, 
omitting the ContextTiddler implies the current tiddler by default.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
InsideTiddlyWiki: The Missing Manuals



> How can I fix that?
>

-- 
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/f34c7527-951f-4ae6-9201-fd394173b1a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to