> [!TODO] Come say hi!
> If you resonate with my mission of exploring [[Digital Self-Actualization]] and want to embark on it with me, you can join my Discord community at https://discord.com/invite/aQgbyj522e :)
>
> I want to slowly build a community that values learning and growth and is passionate for the core values of my brand.
>
> If you want exclusive benefits as well, you can consider supporting me via [[My Membership]]
## Notes
[[My Community Plans]]
### Labels
- Stargazers
- Cosmic voyagers
## Productivity
### Tasks
- [ ] discussion channel for weekly talks
### Goals
```dataview
table list("🎯 " + Description, "💡 " + Why) as "Details"
FROM #goal AND !"Hidden" AND !outgoing([[]])
WHERE contains(Area, this.file.link)
SORT file.ctime asc
```
### Projects
```dataview
table Deadline
FROM #project AND !"Hidden" AND !outgoing([[]])
WHERE contains(Area, this.file.link)
SORT file.ctime asc
```
### Habits
```dataview
table Status, Frequency, HabitGroup, Goal
FROM #habitNote AND [[]] AND !"Hidden"
WHERE icontains(file.frontmatter.Area, this.file.name)
SORT Created asc
```
## Knowledge
### 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
```