Skip to content

Instantly share code, notes, and snippets.

View TaylorFinklea's full-sized avatar

Taylor Finklea TaylorFinklea

View GitHub Profile
:default-queries
{:journals
[
;; Scheduled Tasks Query - Shows tasks scheduled for today or earlier
{:title "💢 Scheduled"
:query [:find (pull ?b [* {:logseq.property/priority [:block/title]}])
:in $ ?today
:where
[?b :logseq.property/scheduled ?scheduled]
[(<= ?scheduled ?today)]