I have tiddlers tagged "person", and a subset of those tagged "family". I 
want to create a drop-down list of the family people which would set the 
field "person" of the current tiddler to the title of the person tiddler.
That's easy to do once:

<$select field="person" default="">
<$list filter="[tag[person]tag[family]]">
<option>{{!!title}}</option>
</$list>
</$select>

It would be very nice to be able to put the above in a separate tiddler, 
called "Family Dropdown", and then transclude that whenever I need it (I 
want it in multiple places).

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.

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/fe0759f0-70fa-49a7-9f79-e4c7f04cbdd7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to