[logseq-plugin-git:commit] 2025-12-11T14:50:38.767Z
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
query-sort-by:: page
|
||||
query-table:: true
|
||||
query-sort-desc:: true
|
||||
#+BEGIN_QUERY
|
||||
{
|
||||
:title \"Dead Lifts\"
|
||||
:query [
|
||||
:find (pull ?b [*])
|
||||
:where
|
||||
[?b :block/refs [:block/name \"dead\"]] ;; Find blocks referencing [[dead]]
|
||||
[?b :block/properties ?props]
|
||||
[(get ?props :sets) ?sets] ;; Find the \"sets\" property
|
||||
[(get ?props :reps) ?reps] ;; Find the \"reps\" property
|
||||
]
|
||||
}
|
||||
#+END_QUERY
|
||||
|
||||
- query-table:: true
|
||||
#+BEGIN_QUERY
|
||||
{
|
||||
:title "Pullups"
|
||||
:query [
|
||||
:find (pull ?b [*])
|
||||
:where
|
||||
[?b :block/refs [:block/name "pull-up"]] ;; Find blocks referencing [[dead]]
|
||||
[?b :block/properties ?props]
|
||||
[(get ?props :sets) ?sets] ;; Find the "sets" property
|
||||
[(get ?props :reps) ?reps] ;; Find the "reps" property
|
||||
]
|
||||
}
|
||||
#+END_QUERY
|
||||
Reference in New Issue
Block a user