#moc/growing
## What's the big idea here?
## Unrequited notes (by link)
_update when creating MOC to point to this note_
These notes point directly to this note. But this note doesn't point back.
```dataview
table file.mtime.year + "-" + file.mtime.month + "-" + file.mtime.day as Modified
from [[creativity]]
and !outgoing([[creativity]])
sort file.mtime desc
```
## Associated notes (by tag)
_Update when creating MOC to point to this tag_
These notes have this associated tag: `#on/creativity`.
```dataview
table file.mtime.year + "-" + file.mtime.month + "-" + file.mtime.day as Modified
from #on/creativity
and !outgoing([[creativity]])
sort file.mtime desc
```