Building A Book Library In Obsidian

Опубликовано: 20 Октябрь 2024
на канале: FromSergio
72,583
1.5k

Subscribe to my monthly newsletter: https://fromsergio.substack.com


Timestamps:
00:00 - Intro
00:20 - Book Search
02:38 - Dataview
06:20 - Further customization

My book search plugin config:

title: {{title}}
author: {{author}}
category: {{category}}
publisher: {{publisher}}
publishdate: {{publishDate}}
pages: {{totalPage}}
cover: {{coverUrl}}
rating:
date read:
status:

My book database dataview query:

```dataview
Table author as Author, ("![|100](" + cover + ")") as Cover, pages, category as genre, rating
From "books"
Where contains(status, "complete")
```

My to read list dataview query:

```dataview
Table author as Author, ("![|100](" + cover_url + ")") as Cover, page_length as "Pages", genre, rating
From "books"
Where contains(status, "to read")
```

New Author Themplate

```dataview
TABLE author, date, rating
FROM “books”
WHERE contains(author, "")
```
Books mentioned:
Atomic Habits: https://geni.us/yPKB5Z
Ego is the Enemy : https://geni.us/lG2Z4lC
The Daily Stoic : https://geni.us/oeJ03r4
1984: https://geni.us/BJJJ
Misery: https://geni.us/r3WZJ
Sharp Obects: https://geni.us/xf4EO


🎵 Where I Get My Music - https://www.epidemicsound.com/referra...
🎥 My Camera Gear - https://kit.co/fromsergio

Some of the above are affiliate links which means I get a small commission at no extra cost to you, which helps support the channel.