## Notes
### My Financial Needs
I'm a normal human with bills to pay, but I'm silly enough to dream and commit to [[The pathless path]] because I prioritize living a fulfilling life of meaning and service rather than solely focusing on societally suggested paths or outcomes.
If you want to help me on this mission, any form of support is appreciated :)
[[Support me 💜]]
### Reflections
### Misc
- [[My monthly income milestones]]
## Queries
### To Purchase
- Bike?
### Projects
```dataview
table Deadline
FROM #project AND [[]] AND !"Hidden"
SORT Deadline asc
```
### Inputs
```dataview
table Status, Author
FROM #input AND [[]] AND !"Hidden"
SORT file.mtime desc
```
### Other Notes
```dataview
table Created
FROM [[]] AND !#project AND !#input AND !"Hidden"
SORT file.mtime desc
```