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
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
where !contains(file.name, "Template") and rating > 5
sort rating desc, date asc

View File

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

View File

@@ -10,6 +10,7 @@ created: 2023-09-12
```dataview
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)
sort rating desc
```

View File

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

View File

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