[[😀 Better is always possible]]
# Library of Developed Content
_A safe place to put things I'm interested in, have created for sharing_
#### use dataview to populate the catagories with hashtags
| Section | Description |
| ------- | ------------------------------------------------- |
| 000 | Knowledge Management |
| 100 | Personal Management |
| 200 | Philosophy & Psychology; Spirituality & Religion |
| 300 | Social Sciences |
| 400 | Communications & Rhetoric; Language & Linguistics |
| 500 | Natural Sciences |
| 600 | Applied Sciences |
| 700 | Art & Recreation |
| 800 | Literature |
| 900 | History & Biography & Geography |
[[The Map Is Not The Territory]]
- the ideas here are just ideas _not reality_
## MOC under development:
```dataview
list from #moc/growing where !contains(file.path, "8 ⚙️ templates")
sort file.name asc
```
## 000 Knowledge Management
```dataview
List
from #on/pkm where !contains(file.path, "8 templates")
sort file.name asc
```
## 100 Personal Management
```dataview
List
from #on/productivity or #on/habit or #on/ where !contains(file.path, "8 templates")
sort file.name asc
```
## 200 Philosophy & Psychology; Spirituality & Religion
```dataview
list from #on/philosophy or #on/psychologicalsafety or #on/psychology or #on/spirituality or #on/religion or #on/anxiety or #on/believing
```
## 300 Social Sciences
```dataview
list from #on/behavior or #on/teams or #on/artifacts
```
## 400 Communications & Rhetoric; Language & Linguistics
```dataview
list from #on/writing
```
## 500 Natural Sciences
```dataview
list from #on/chemistry or #on/biology or #on/physics
```
## 600 Applied Sciences
```dataview
List
from #on/science where !contains(file.path, "8 templates")
sort file.name asc
```
## 700 Art & Recreation
```dataview
list from #on/art or #on/recreation
```
## 800 Literature
```dataview
list from #source/book📚/literature or #source/book📚/memoir or #source/book📚/fiction
```
## 900 History & Biography & Geography
```dataview
list from #source/book📚/nonfiction
```
## 1000 Sharing
```dataview
list from #note/sharing and -"8 templates"
sort file.name asc
```