## Notes
quality of focus determines the quality of your life
![[Almost Everyone I’ve Met Would Be Well-Served Thinking More About What to Focus On#^6vj3bj]]
![[Almost Everyone I’ve Met Would Be Well-Served Thinking More About What to Focus On#^z5ukuk]]
- True focus is saying no to things you don't want to say no to
## Queries
### To Develop 🌱
```dataview
list from #note/🌱 AND !"Hidden"
where contains(Links, this.file.link)
sort file.mtime desc
```
### 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" AND !outgoing([[]])
sort file.mtime desc
```
### Thoughts 💭
```dataview
table Created
from [[]] AND #thought AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```