2023-09-13 09:53:39
This commit is contained in:
4
.obsidian/app.json
vendored
4
.obsidian/app.json
vendored
@@ -1 +1,3 @@
|
|||||||
{}
|
{
|
||||||
|
"attachmentFolderPath": "Attachments"
|
||||||
|
}
|
||||||
BIN
Attachments/out-of-control.jpg
Normal file
BIN
Attachments/out-of-control.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 105 KiB |
2
Books.md
2
Books.md
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
18
References/The Machine Stops.md
Normal file
18
References/The Machine Stops.md
Normal 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
|
||||||
|
---
|
||||||
@@ -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
|
||||||
```
|
```
|
||||||
@@ -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: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user