You should be able to use the index property of the action-setfield widget:
<$action-setfield $tiddler="mydatatiddler" $index="name.middle"
$value={{$:/temp/person!!name.middle}} />
The fields may seem clunky, but they are probably a better long-term
choice, since there are so many filter operators that use them. There's
very limited abilities with the dictionary tiddlers.
On Sunday, June 16, 2019 at 5:42:19 PM UTC-7, Chris wrote:
>
> Tried searching the forum to no avail.
>
> Right now I have a button that populates fields. The fields needs are many
> and makes it clunky. Though I knew of data tiddlers it is only recently I
> realized there could be some potential usefulness. Here is section of my
> current button action.
>
> name.middle={{$:/temp/person!!name.middle}}
> name.family={{$:/temp/person!!name.family}}
> name.handle={{$:/temp/person!!name.handle}}
>
> date.birth={{$:/temp/person!!date.birth}}
> place.birth={{$:/temp/person!!place.birth}}
> date.baptism={{$:/temp/person!!date.baptism}}
> place.baptism={{$:/temp/person!!place.baptism}}
>
> date.death={{$:/temp/person!!date.death}}
> place.death={{$:/temp/person!!place.death}}
> date.burial={{$:/temp/person!!date.burial}}
> place.burial={{$:/temp/person!!place.burial}}
> cause.death={{$:/temp/person!!cause.death}}
>
> Setting the type to dictionary is not an issue. But is there a way to
> generate the output to populate data information in the text field? For
> instance "name.middle={{$:/temp/person!!name.middle}}" would populate in
> the text field as name.middle: ( value of ){{$:/temp/person!!name.middle}}?
>
> Index numbers would not work here not only do I need "date.birth" to know
> what I am looking at but also ( if export it ) for someone to know what
> they are looking at.
>
>
--
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/b3bf0888-98cd-477a-b72e-6719d08109ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.