## Notes
> how do I find a goal or something so audacious that is so inherent to me based on my own life experience and trajectory that I can aim for, but not feel attached to if I don't hit it, that will still be fun if I'm in the process of achieving it.” ([View Highlight](https://read.readwise.io/read/01h38k2jbgqj6975e963h63e6v))
## Queries
### 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
```