## Notes
![[Creativity Isn't a Template, and You Aren't Either#^8uyy9q]]
I was looking through IG stories one day and saw a friend repost a story about a fitness influencer's death. although he wasn't the biggest, people were commenting and appreciating him because of how he would personally respond.
## 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" AND !outgoing([[]])
sort file.mtime desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```