1.5 KiB
1.5 KiB
type:: JournalPaper, conferencepaper, WorkshopPaper, Bookchapter date:: 12-01-2024 - 12:27 full-title:: external-links:: todoist:: year:: date-start:: status:: DOING, DONE, SUBMITTED, REJECTED UNDER-REVISION venue:: priority:: P1 P2 P3 P4 parent:: leader:: todoist:: progress:: {{renderer : todomaster}}
- ## MEETINGS
- {{query (and [[papers/test]] (block-property :type [[meeting]]) (not (page [[papers/test]])))}}
query-table:: false
- query-table:: true
- ## READINGS
- query-sort-by:: full-title
query-table:: true
query-sort-desc:: true
query-properties:: [:page :full-title :site :author :labels :date-saved :source :state]
#+BEGIN_QUERY
{:title "Related readings in Omnivore"
:query [:find (pull ?b [*] )
:in $ ?current-page
:where
[?b :block/page ?p]
[?p :block/name ?p-name]
[?b :block/content ?c]
[(clojure.string/includes? ?c ?current-page)]
[(clojure.string/includes? ?p-name "omnivore")]
]
:inputs [:current-page]
:result-transform (fn [res]
(map
(fn [r] (assoc r :block/properties {
"Title" (get r :block/full-title)
})
) result)
)
:group-by-page? false
:breadcrumb-show? false}
#+END_QUERY
-
- ## TASKs
-
- ## ❓️ QUESTIONS TO ANSWER
{{query (and [[question]][[papers/test]])}}
- ## [[PAPERS/NOTES]]