## Notes
### Tests
- [[MBTI]] is focused on Carl Jung and how one interacts with the world
- [[Enneagram]] is focused on core motivations and fears
- [[Big Five Personality Test]] is most scientifically referenced
## 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
```