OK first you should be using application/json tiddlers rater than
Data-dictionary tiddlers because you are defining the same variable with
different values in 2 different places
The easiest solution is to use the room name instead of X and just return
the room names
title: $:/data/Kitchen
text:
{
"Sink":"Kitchen",
"Refrigerator":"Kitchen"
}
Type: application/json
title: $:/data/Bathroom
text:
{
"Sink":"Bathroom",
"Toilet":"Bathroom"
}
Type: application/json
title: Sink
text:
<$list filter="[getindex<currentTiddler>]">
</$list>
--
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/4eb024bb-275c-4122-8e13-41a57fd598c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.