LogSeq – Show all TODOs, NOWs in your journale

Simple query to show all TODOs and NOW task in your journal:
{:title „🔨 TODO“  :query [:find (pull ?b [*])  :where  (task ?b #{„TODO“, „NOW“})]}
(props to StoveipipeCats on  reddit)