## Notes
- [[Journey before destination]] - always ask how you can enjoy the process as well
## Queries
### Notes
```dataview
list from [[]] AND !outgoing([[]]) AND !#input and !#thought
```
### Inputs
```dataview
table Tags as Type, Links, Created
from [[]] AND #input
sort Tags desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought
sort file.mtime desc
```