thiagowfx's avatar

Β¬ just serendipity πŸ€ (not just serendipity)

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 #introspect tag
  • A live query can be added with /query, which is represented as {{query }} under the hood.

More information: check out the logseq hub.