logseq_templates/pages/Overview___Books.md

20 lines
613 B
Markdown
Raw Normal View History

2024-01-06 19:24:10 +00:00
# Book Overview
- #+BEGIN_QUOTE
Here are sorted lists of all your books
#+END_QUOTE
- ## Currently Reading
2024-01-07 11:03:11 +00:00
- {{query ((property type book) and [[Reading]])}}
2024-01-06 19:24:10 +00:00
query-table:: true
query-properties:: [:page :author :cover :start :tags]
- ## Want to Read
2024-01-07 11:03:11 +00:00
- {{query ((property type book) and [[To-Read]])}}
2024-01-06 19:24:10 +00:00
query-table:: true
query-properties:: [:page :author :cover :tags]
- ## Read
2024-01-07 11:03:11 +00:00
- {{query ((property type book) and [[Read]])}}
2024-01-06 19:24:10 +00:00
query-table:: true
query-properties:: [:page :cover :start :end]
2024-01-07 11:03:11 +00:00
- {{query (page-property :type book)}}
2024-01-06 19:24:10 +00:00
query-properties:: [:cover :page :author :updated-at]
-