feature: add books dashboard

This commit is contained in:
Ben Hong
2021-06-03 15:47:23 -04:00
parent 4582e657dc
commit c95902de19

87
Books Dashboard.md Normal file
View File

@@ -0,0 +1,87 @@
---
uuid: 20210517113616
alias:
dates:
created: 2021-05-17T11:36:11
last-modified: 2021-05-17T11:36:11
---
# (050) Books
## 📖 Currently Reading
```dataview
TABLE genre as "Genre", progress as "%"
FROM #type/refs/book and #status/active
```
## ⚙️ Ready to Process
```dataview
TABLE genre as "Genre"
FROM #type/refs/book and #status/review
```
## 📥 Queue
### Fiction
```dataview
TABLE priority as "Priority", genre as "Genre"
FROM #type/refs/book and #status/queue and #genre/fiction
SORT priority ASC
```
### Non-Fiction
```dataview
TABLE priority as "Priority", genre as "Genre"
FROM #type/refs/book and #status/queue and #genre/non-fiction
SORT priority ASC
```
## ❄️ Backlog
```dataview
LIST
FROM #type/refs/book and #status/backlog
```
## ✅ Recently Read
```dataview
LIST
FROM #type/refs/book and #status/archive
```
## 🗄️ Archive
```dataview
LIST
FROM #type/refs/book and #status/archive
```
---
## Additional Metadata
**🏷 Tags**
- 🗂 Type:: #type/dashboard
- 🧠 Mode::
- 🧊 EDM::
- 🎭 Genre::
- 🌎 Area::
- 🙌 Team::
- 🏁 Status::
- 🛰 Platform::
- 💬 Topic(s)::
**🖇️ Related Links**
- 👤 Creator(s)::
- 👍 Recommended By::
- ✨ Inspired By:
- 🔮 Origin::
- 🚀 POD::
- 🔗 Location::