[logseq-plugin-git:commit] 2025-12-11T14:50:38.767Z

This commit is contained in:
2025-12-11 06:50:39 -08:00
parent c410d39336
commit 4c8bba878d
551 changed files with 0 additions and 14608 deletions

View File

@@ -1,43 +0,0 @@
query-table:: false
background-color:: blue
#+BEGIN_QUERY
{:title [:b \"Tasks Scheduled for Today\"]
:query [:find (pull ?b [*])
:in $ ?day
:where
[?b :block/marker ?m]
[(contains? #{\"TODO\" \"DOING\"} ?m)]
(or
[?b :block/scheduled ?day]
[?b :block/deadline ?day]
)
]
:inputs [:today]
}
#+END_QUERY
-
- query-table:: true
#+BEGIN_QUERY
{
:title [:b "Tasks UnScheduled"]
:query
[:find (pull ?b [*])
:where
[?b :block/marker ?marker]
(not [?b :block/scheduled ?sch])
[(contains? #{"LATER" "TODO"} ?marker)]]
}
#+END_QUERY
#.v-self-border
- query-table:: true
#+BEGIN_QUERY
{:title [:b "Tasks for Equinix"]
:query [:find (pull ?b [*])
:where
(task ?b #{"NOW" "LATER" "DOING" "TODO"})
[?b :block/page ?p]
[?r :block/name "equinix"]
(or [?b :block/path-refs ?r]
[?p :block/tags ?r])]}
#+END_QUERY

View File

@@ -1,43 +0,0 @@
query-table:: false
background-color:: blue
#+BEGIN_QUERY
{:title [:b \"Tasks Scheduled for Today\"]
:query [:find (pull ?b [*])
:in $ ?day
:where
[?b :block/marker ?m]
[(contains? #{\"TODO\" \"DOING\"} ?m)]
(or
[?b :block/scheduled ?day]
[?b :block/deadline ?day]
)
]
:inputs [:today]
}
#+END_QUERY
-
- query-table:: true
#+BEGIN_QUERY
{
:title [:b "Tasks UnScheduled"]
:query
[:find (pull ?b [*])
:where
[?b :block/marker ?marker]
(not [?b :block/scheduled ?sch])
[(contains? #{"LATER" "TODO"} ?marker)]]
}
#+END_QUERY
#.v-self-border
- query-table:: true
#+BEGIN_QUERY
{:title [:b "Tasks for Equinix"]
:query [:find (pull ?b [*])
:where
(task ?b #{"NOW" "LATER" "DOING" "TODO"})
[?b :block/page ?p]
[?r :block/name "equinix"]
(or [?b :block/path-refs ?r]
[?p :block/tags ?r])]}
#+END_QUERY

View File

@@ -1,43 +0,0 @@
query-table:: false
background-color:: blue
#+BEGIN_QUERY
{:title [:b \"Tasks Scheduled for Today\"]
:query [:find (pull ?b [*])
:in $ ?day
:where
[?b :block/marker ?m]
[(contains? #{\"TODO\" \"DOING\"} ?m)]
(or
[?b :block/scheduled ?day]
[?b :block/deadline ?day]
)
]
:inputs [:today]
}
#+END_QUERY
-
- query-table:: true
#+BEGIN_QUERY
{
:title [:b "Tasks UnScheduled"]
:query
[:find (pull ?b [*])
:where
[?b :block/marker ?marker]
(not [?b :block/scheduled ?sch])
[(contains? #{"LATER" "TODO"} ?marker)]]
}
#+END_QUERY
#.v-self-border
- query-table:: true
#+BEGIN_QUERY
{:title [:b "Tasks for Equinix"]
:query [:find (pull ?b [*])
:where
(task ?b #{"NOW" "LATER" "DOING" "TODO"})
[?b :block/page ?p]
[?r :block/name "equinix"]
(or [?b :block/path-refs ?r]
[?p :block/tags ?r])]}
#+END_QUERY