I’ve imported a CSV into a data tiddler by using this handy guide. I now have the following structure:
-
A “plugin” tiddler containing all the data I’ve imported, call it Parent.
-
A list of shadow tiddlers inside Parent, call them Children. Each Child contains a row of the CSV’s values in its fields.
I’d like to create a Search tiddler that will contain a series of input fields (one for each of the Children’s fields) and a “Search” button that will return any matching data from inside the Parent tiddler.
I guess what I’m looking for is the most TiddlyWiki-style way of maintaining and querying a table of data