28 lines
415 B
Markdown
Executable File
28 lines
415 B
Markdown
Executable File
---
|
|
note type:
|
|
- moc
|
|
date: 2026-06-22
|
|
done: true
|
|
---
|
|
## Recommendations for books: [[Book Recs]]
|
|
|
|
# [[Books Calibre]]
|
|
|
|
# Book Notes:
|
|
|
|
- [x] [[Ikigai]]
|
|
- [ ] [[Dose Effect]]
|
|
- [ ] [[The Book of Ichigo Ichie]]
|
|
|
|
# Long term:
|
|
|
|
- [ ] [Art of Computer Programming Notes](id:f1bc3f88-95c5-4013-b0dd-f72428200e72)
|
|
|
|
|
|
All files that are not done:
|
|
```dataview
|
|
TABLE
|
|
FROM "Books"
|
|
WHERE done != true
|
|
SORT file.name ASC
|
|
``` |