## Notes
Promoting connectedness with the universe
[[Spiritual communications]]
Type is secularism, spirituality without religion
## Queries
### To Develop π±
```dataview
list from #note/π± AND !"Hidden"
where contains(Links, this.file.link)
sort file.mtime desc
```
### 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
```