trident/editor/queries.md
Ο 0.0%
Dimensions
queries
QUERY
{:title "TODO tasks" :query [:find (pull ?b [*]) :where (task ?b #{"TODO"})]} QUERY
{:title "All blocks with tag project" :queryβ¦
inf/queries
CozoScript query syntax reference for datalog on the cybergraph rule types every query is a script of one or more rules. each rule has a head (what it produces) and a body (how it computes) inline rules `:=` logic defined in the rule body. the head declares output variables, the body declares howβ¦