## Notes
- The Obsidian Guy
### Resources
- Vtuber icons https://www.irasutoya.com/?m=1
## Queries
### Projects
```dataview
table Deadline
FROM #project AND [[]] AND !"Hidden" AND !outgoing([[]])
SORT Deadline asc
```
### Inputs
```dataview
table Status, Author
FROM #input AND [[]] AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```
### Other Notes
```dataview
table Created
FROM [[]] AND !#project AND !#input AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```