## Notes
- If you don't want to be in your own community and talk to people then why the fuck did you make it?????
- Focus is on community coming back
- Bingeable videos create community
- Use email list to deepen audience relationship
- make it fun
- Respect them
- Ideal is to write for someone who has watched 5-6 of my videos
- Community is tough since you're
- Constraints are needed for meaningful communities, which is what [[vision]] is usually for
### Apps
- [[Patreon]]
- [[Discord as your community]]
## 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
```