Auto saved by Logseq

This commit is contained in:
WieErWill 2024-01-07 12:03:11 +01:00
parent d43b9a0488
commit 084dd3af22
2 changed files with 5 additions and 5 deletions

View File

@ -3,17 +3,17 @@
Here are sorted lists of all your books Here are sorted lists of all your books
#+END_QUOTE #+END_QUOTE
- ## Currently Reading - ## Currently Reading
- {{query (and [[Books]] [[Reading]])}} - {{query ((property type book) and [[Reading]])}}
query-table:: true query-table:: true
query-properties:: [:page :author :cover :start :tags] query-properties:: [:page :author :cover :start :tags]
- ## Want to Read - ## Want to Read
- {{query (and [[Books]] [[To-Read]])}} - {{query ((property type book) and [[To-Read]])}}
query-table:: true query-table:: true
query-properties:: [:page :author :cover :tags] query-properties:: [:page :author :cover :tags]
- ## Read - ## Read
- {{query (and [[Books]] [[Read]])}} - {{query ((property type book) and [[Read]])}}
query-table:: true query-table:: true
query-properties:: [:page :cover :start :end] query-properties:: [:page :cover :start :end]
- {{query (page-property :type [[Book]])}} - {{query (page-property :type book)}}
query-properties:: [:cover :page :author :updated-at] query-properties:: [:cover :page :author :updated-at]
- -

View File

@ -1,2 +1,2 @@
# Company Overview # Company Overview
- {{query (page-property :type [[company]])}} - {{query (page-property type company)}}