Surya, Don't at all be embarrassed about your English, feel free to keep asking questions in which ever way you wish, but yes your colouring and arrangement did actually make it much easier to follow.
My sharing this approach about pseudo-code was to help you improve the way you phrase questions and so more people can help you when your questions and examples are clearer. But you do not have to do it. Perhaps lookup pseudo code in your preferred language. I hope it also helps others in this group. Perhaps bookmark this conversation and return later when you feel more confident with your English. Which I may add you are already quite good at from my perspective. Regards Tony On Monday, 27 August 2018 23:55:07 UTC+10, Surya wrote: > > Hi, > > @Tony: I think, my english is not good enough to really understand, what > you want from me and what is pseudocode. > Maybe, I understood just a little bit, that you want, that I mark some > words with colours? I try to write my questions as clearly as possible- for > me. > I am sorry, that you spend time for analysing and explaining. > And hope and thank all, if you still help me with questions- also if they > are not very clear for you. > > > @Mark: That works fine :-) > And i managed, to make another list filter by myself- yeah ;-) This one: > > This lists all tested recipes, in which are fruits or fats: > <$list filter="[tag[fruit]tagging[]tag[tested]] [tag[fat]tagging[]tag[ > tested]] +[sort[title]]" emptyMessage="None" > > <div style="margin-left:2em;"> > <li><$link><<currentTiddler>></$link></li></div> > </$list> > > > Now, I tried to make a list, *which lists all untested recipes, in which > are fruits which are also in tested recipes.* > > For example: A recipe called "dessert", that is tagged with "tested" and > tagged with "apple" and tagged with "orange". > And a recipe called "drink", that is tagged with "untested" and tagged > with "orange". > And a recipe called "icecream", that is tagged with "untested" and tagged > with "pineapple". > *In this example the list should show only the recipe "drink"*, because > it is tagged with "untested" and "orange" and there is also a tested > recipe, which is tagged with orange. > > For the first I tried it with only fruits with > <$list filter="[tag[fruit]tagging[]tag[tested]] +[tag[fruit]tagging[]tag[ > untested]] +[sort[title]]" > > > and with > <$list filter="[tag[fruit]tagging[]tag[tested]tag[untested]] > +[sort[title]]" > > > But both didn't work. I do not have more ideas, how to solve that. > Do you have an idea?? > > I hope, my question is very clear... > Surya > -- 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/a2f9d0d2-b595-4eda-887a-0ddf6b7d1fd1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

