## Notes
- From the absence of [[Stress]], which is ultimately caused by [[Attachment]]
- Make sure we enjoy the present since [[The present moment is all we have]]
- But at the same time, these present moments should have [[Alignment]] with our long-term satisfaction of life by living
## 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
```