((p "A query may start with a list of " (a (@ (href . "00001006050000")) "zettel identifier") ", where the identifier are separated by one ore more space characters.") (p "If you specify at least one query directive, this list acts as a input for the first query directive." " " "Otherwise, only the zettel of the given list are used to evaluated the search expression or the action list (if no search expression was given).") (p "Some examples:") (ul (li (a (@ (href . "?q=00001007700000+CONTEXT")) "00001007700000 CONTEXT") " returns the context of this zettel.") (li (a (@ (href . "?q=00001007700000+00001007031140+man")) "00001007700000 00001007031140 man") " searches the given two zettel for a string " (@L (@H "“") "man" (@H "”")) ".") (li (a (@ (href . "?q=00001007700000+00001007031140+%7C+tags")) "00001007700000 00001007031140 | tags") " return a tag cloud with tags from those two zettel.") (li (a (@ (href . "?q=00001007700000+00001007031140")) "00001007700000 00001007031140") " returns a list with the two zettel.")))