Obsidian_vault/50 - Resources/Books/Reading Library.md
2026-06-07 14:00:01 +00:00

31 lines
767 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
type: index
status: stub
tags: [reading, books, articles]
---
# 📚 Reading Library
> Books, articles, and papers — with notes that link ideas across sources. Use [[Book Note]] / [[Article Note]] templates.
## Books (Dataview)
```dataview
table author, status, rating
from "50 - Resources/Books"
where type = "book"
sort file.ctime desc
```
## Articles & papers (Dataview)
```dataview
table source, tags
from "50 - Resources/Articles"
where type = "article"
sort file.ctime desc
```
## ✍️ Seed the library
- [ ] List 510 books that shaped your thinking (finance, startups, AI, systems)
- [ ] Favourite recurring authors/blogs/newsletters
- [ ] Papers behind the [[8760 Energy Simulation]] work
## Related
[[MOC - Learning]] · [[Learning Overview]]