Hello Fans and Developers of TiddlyWiki,
I am using TiddlyWiki mainly as a Wiki for several topics for private, and hopefully in the future also for my own business.
During my last session of providing information I got the following idea for a function I miss and I want to discuss here.
What do you think about a function to have the possibility to create data-tiddlers with multiple fields and a selection method to read them out?
Here an example for my idea (it could also be a list of contacts or similar):
title: Box_content
type: application/x-tiddler-dictionary
Box_Label:Content:Box_Color:Location
1:Brush:Red:Garage_1
1:Soap:Red:Garage_1
Alpha:Brush:Blue:Kitchen
Alpha:Pen:Green:Garden
Rain:Umbrella:Black:Car
Fall:Fork:Red:Garden
And finally a selection command like $list
<$select from Box_content Content,Location where Box_Color="Red">
What will return
Brush Garage_1
Soap Garage_1
Fork Garden
Of course this is only an idea but maybe others are also interested and maybe this idea will be developed as a plugin or integrated in TiddlyWiki.
Stefan