Auto saved by Logseq
This commit is contained in:
parent
d43b9a0488
commit
084dd3af22
@ -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]
|
||||
-
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Company Overview
|
||||
- {{query (page-property :type [[company]])}}
|
||||
- {{query (page-property type company)}}
|
Loading…
Reference in New Issue
Block a user