## Tasks
- [ ] I have no idea why Tracker plugin broke hmm, seem to be using the same dataset now 🆔 c0ybmb
## Principles
I want to be as transparent as possible with my second brain to give a real example on how I use it, properly [[Learning in public]].
But of course, there are some limitations:
- I value the privacy of the people in my life and a lot of my periodic reviews contain related information so I can't simply showcase it
- Dataview queries do not render on publish since they are not a core plugin, but I am hoping that maybe once publish comes, some form of querying will be supported? 😁
### Principles
[[Second brain inputs should be matched by outputs]]
### Workflows
See [[My Workflows]]
[[My second brain tools]]
## Queries
### Projects
```dataview
table Deadline
FROM #project AND [[]]
SORT Deadline asc
```
### Inputs
```dataview
table Status, Author
FROM #input AND [[]]
SORT file.mtime desc
```
### Notes
```dataview
table Created
FROM [[]] AND !#project AND !#input
SORT file.mtime desc
```