>
> So I would like to create a list and wanted to use filters to combine
> Tiddler Data from the different 'dictionary' Tiddlers.
>
You can achieve that the way you've set it up, but it is rather suboptimal
owed to the fact that currently you cannot access subdata from a data
tiddler, not even second level. If that were possible you only had one data
tiddler in json format and one query that allowed you to access the
individual properties of each entry, e.g. the data to a "talk" entry. I
think for huge amounts of data like yours, this is what needs pushing.
> Does it make sense what I am trying to do?
>
Pragmatically, maybe. In terms of practicality and efficiency, no.
You could have a macro like so...
\define ted(id) {{TED_Event##$id$}}, {{TED_Date##$id$}} —
{{TED_Speaker##$id$}}
Or use a template within the list like you already do, e.g. TedTemplate
<http://www.richshumaker.com/tw5/TED_Talks.htm#TedTemplate>...
{{||TedTemplate}}
So, if it's some list(s) you're after:
What precisely do you want to show that you cannot produce right now?
Best wishes, Tobias.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.