2023-09-13 09:53:39

This commit is contained in:
Steph Ango
2023-09-13 09:53:39 -07:00
parent a06824db78
commit 584f48ee78
9 changed files with 32 additions and 10 deletions

4
.obsidian/app.json vendored
View File

@@ -1 +1,3 @@
{} {
"attachmentFolderPath": "Attachments"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@@ -4,7 +4,7 @@ tags:
--- ---
```dataview ```dataview
table without id file.link as Book, author as Author, year as Year, rating as Rating, created as Added, last as "Last read", genre as Genre table without id file.link as Book, author as Author, year as Year, rating as Rating, created as Added, genre as Genre
from #books from #books
where !contains(file.name, "Template") and rating > 5 where !contains(file.name, "Template") and rating > 5
sort rating desc, date asc sort rating desc, date asc

View File

@@ -9,6 +9,7 @@ maxZoom:15
height:50% height:50%
``` ```
```dataview ```dataview
table without id file.link as Place, location as "Location", type as Type, rating as "Rating" table without id file.link as Place, location as "Location", type as Type, rating as "Rating"
from #places from #places

View File

@@ -10,6 +10,7 @@ created: 2023-09-12
```dataview ```dataview
table without id file.link as Title, year as "Year", rating as "Rating" table without id file.link as Title, year as "Year", rating as "Rating"
from #books
where author = this.file.link or contains(author,this.file.link) where author = this.file.link or contains(author,this.file.link)
sort rating desc sort rating desc
``` ```

View File

@@ -1,22 +1,21 @@
--- ---
category: category:
- "[[Books]]" - "[[Books]]"
cover: https://books.google.com/books/content?vid=ISBN0201483408&printsec=frontcover&img=1&zoom=3 cover: "[[out-of-control.jpg]]"
isbn: 201483408 isbn: 201483408
isbn13: 9780201483406 isbn13: 9780201483406
topics:
- "[[Emergence]]"
grId: "243725"
length: "528" length: "528"
year: 1992
author: author:
- "[[Kevin Kelly]]" - "[[Kevin Kelly]]"
genre: genre:
- "[[Futurism]]" - "[[Futurism]]"
- "[[Nonfiction]]"
topics:
- "[[Emergence]]"
created: 2023-09-12 created: 2023-09-12
last: 2023-09-12 last: 2023-09-12
rating: 7 rating: 7
year: 1992
via: ""
tags: tags:
- books - books
- reference - reference

View File

@@ -0,0 +1,18 @@
---
category:
- "[[Books]]"
author:
- "[[E. M. Forster]]"
cover:
genre:
- "[[Sci-fi]]"
year: 1909
rating: 7
topics: []
created: 2023-09-12
last: 2023-09-12
tags:
- books
- reference
- to-read
---

View File

@@ -8,6 +8,7 @@ tags:
```dataview ```dataview
table without id file.link as Title, year as "Year", rating as "Rating" table without id file.link as Title, year as "Year", rating as "Rating"
from #books
where author = this.file.link or contains(author,this.file.link) where author = this.file.link or contains(author,this.file.link)
sort rating desc sort rating desc
``` ```

View File

@@ -1,15 +1,15 @@
--- ---
category: category:
- "[[Books]]" - "[[Books]]"
author: []
cover: cover:
genre: [] genre: []
author: []
length: length:
isbn: isbn:
isbn13: isbn13:
topics: []
year: year:
rating: rating:
topics: []
created: {{date}} created: {{date}}
last: last:
via: "" via: ""