From 084dd3af22a58c420ab344712dd4245429e31905 Mon Sep 17 00:00:00 2001 From: wieerwill Date: Sun, 7 Jan 2024 12:03:11 +0100 Subject: [PATCH] Auto saved by Logseq --- pages/Overview___Books.md | 8 ++++---- pages/Overview___Companies.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/Overview___Books.md b/pages/Overview___Books.md index 99feca1..858340b 100644 --- a/pages/Overview___Books.md +++ b/pages/Overview___Books.md @@ -3,17 +3,17 @@ Here are sorted lists of all your books #+END_QUOTE - ## Currently Reading - - {{query (and [[Books]] [[Reading]])}} + - {{query ((property type book) and [[Reading]])}} query-table:: true query-properties:: [:page :author :cover :start :tags] - ## Want to Read - - {{query (and [[Books]] [[To-Read]])}} + - {{query ((property type book) and [[To-Read]])}} query-table:: true query-properties:: [:page :author :cover :tags] - ## Read - - {{query (and [[Books]] [[Read]])}} + - {{query ((property type book) and [[Read]])}} query-table:: true query-properties:: [:page :cover :start :end] -- {{query (page-property :type [[Book]])}} +- {{query (page-property :type book)}} query-properties:: [:cover :page :author :updated-at] - diff --git a/pages/Overview___Companies.md b/pages/Overview___Companies.md index 1854113..48682a5 100644 --- a/pages/Overview___Companies.md +++ b/pages/Overview___Companies.md @@ -1,2 +1,2 @@ # Company Overview -- {{query (page-property :type [[company]])}} \ No newline at end of file +- {{query (page-property type company)}} \ No newline at end of file