## Notes
### Styles
[[Levels of reading]] touches a bit on reading comprehension
[[Hegelian Dialectic]] focuses on the holistic ideas
## Queries
### Read similar books at the same time
![[How to Make Yourself Into a Learning Machine#^ltrbor]]
### Notes
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden"
sort file.mtime desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought AND !"Hidden"
sort file.mtime desc
```