logseq: backlog
β’ 72 words β’ 1 min β’ updated
β οΈ This post is over one year old. It may no longer be up to date or relevant. Opinions may have changed.
Assume you use TODO and DOING for workflow tracking in
Logseq.
Assume you use an #instrospect tag.
Problem statement: how to define a single page / live query that aggregates all of the above?
markdown
{{query (OR (task TODO DOING) [[introspect]])}}Unraveling:
[[introspect]]refers to the#introspecttag- A live query can be added with
/query, which is represented as{{query }}under the hood.
More information: check out the logseq hub.