Files
logseq/logseq/.recycle/pages_papers___test.md
T
2025-06-05 22:07:12 +02:00

53 lines
1.5 KiB
Markdown

-
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]]