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
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
|
||||
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
|
||||
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
|
||||
```
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
category:
|
||||
- "[[Books]]"
|
||||
author: []
|
||||
cover:
|
||||
genre: []
|
||||
author: []
|
||||
length:
|
||||
isbn:
|
||||
isbn13:
|
||||
topics: []
|
||||
year:
|
||||
rating:
|
||||
topics: []
|
||||
created: {{date}}
|
||||
last:
|
||||
via: ""
|
||||
|
||||
Reference in New Issue
Block a user