diff --git a/.obsidian/app.json b/.obsidian/app.json index 9e26dfe..3fb280f 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "attachmentFolderPath": "Attachments" +} \ No newline at end of file diff --git a/Attachments/out-of-control.jpg b/Attachments/out-of-control.jpg new file mode 100644 index 0000000..1dd8230 Binary files /dev/null and b/Attachments/out-of-control.jpg differ diff --git a/Books.md b/Books.md index d6ca288..33336e5 100644 --- a/Books.md +++ b/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 diff --git a/Places.md b/Places.md index bddd6ef..60b6c8b 100644 --- a/Places.md +++ b/Places.md @@ -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 diff --git a/References/Kevin Kelly.md b/References/Kevin Kelly.md index 384637f..3fc023d 100644 --- a/References/Kevin Kelly.md +++ b/References/Kevin Kelly.md @@ -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 ``` diff --git a/References/Out of Control.md b/References/Out of Control.md index df1baf8..fc1f720 100644 --- a/References/Out of Control.md +++ b/References/Out of Control.md @@ -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 diff --git a/References/The Machine Stops.md b/References/The Machine Stops.md new file mode 100644 index 0000000..42480aa --- /dev/null +++ b/References/The Machine Stops.md @@ -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 +--- diff --git a/Templates/Author Template.md b/Templates/Author Template.md index 5fc2b00..414db67 100644 --- a/Templates/Author Template.md +++ b/Templates/Author Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/Book Template.md b/Templates/Book Template.md index 9aafc8d..238bdcc 100644 --- a/Templates/Book Template.md +++ b/Templates/Book Template.md @@ -1,15 +1,15 @@ --- category: - "[[Books]]" +author: [] cover: genre: [] -author: [] length: isbn: isbn13: -topics: [] year: rating: +topics: [] created: {{date}} last: via: ""