This will get you started
''Meal type:'' <$edit-text tiddler="input1" tag="input"/> <br/>
''Course:'' <$edit-text tiddler="input2" tag="input" /> <br/>
<<list-links
"[has[description1]has[description2]description1{input1}description2{input2}]">>
Generally, you don't want to use regular HTML tags for input fields. You
want to use TW's own wikitext tags so you can leverage its power.
I assumed that you would need two edit boxes, since you have two
categories. The first box stores the result in tiddler "input1". The second
box stores the result in tiddler "input2". You can find them in the
"recent" column.
You can learn more about the EditTextWidget at
https://tiddlywiki.com/#EditTextWidget .
Since people may not type in the right thing into the edit boxes, you may
also want to look at the SelectWidget:
https://tiddlywiki.com/#SelectWidget
Instead of input edit boxes, this will let you present a drop-down list of
options. Much less likely to create mistakes.
Good luck!
In the example
On Thursday, June 13, 2019 at 9:20:19 AM UTC-7, Chems wrote:
>
> Hey folks,
>
> I want to create a list of tiddlers with two specific descriptions
> (descrption1, discription2).
> So something like this:
>
> <<list-links "[description1[vegetarian]description2[soup]]">>
>
> This is showing me the correct tiddlers.
>
> Now, I want to create two textfields, in which the user can type in the
> descriptions, e.g. vegetarian and soup, or vegan and corn, and get a list
> of the correct tiddlers.
> Buy writing the following:
>
> <input type="text">
>
> I can create the textfield. But I am now not sure, how to combine the
> textfield, with the searching list feature. Anybody got an idea?
>
> Thanks in advanced!
>
--
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/7cb800e9-44f9-4db8-989c-7623b89a6fcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.