up:: [[Thinking Vault]]
tags:: #map/view
# The Notebox
The Notebox is a place of joy—without expectations or obligations.****
# Intellectual Output TODOs
```dataview
TABLE WITHOUT ID
file.link as "Writings Todo",
(date(today) - file.cday).day as ""
FROM #output/todo and -"Thinking/Extras/Templates"
SORT file.cday asc
```
## Boats
You probably made these notes in a rush. These [[BOAT notes]] are *lonely boats floating in an empty ocean*. All you need to do is tether them to other notes, and maybe develop them a little bit.
```dataview
TABLE WITHOUT ID
file.link as "Notes to develop",
(date(today) - file.cday).day as "Days alive"
FROM #note/boat
SORT file.cday asc
```
## Develop
You are probably excited to develop these notes. Do some note-making by linking to other notes. Clarify and critique it. Color and cite it.
```dataview
TABLE WITHOUT ID
file.link as "Notes to develop",
(date(today) - file.cday).day as "Days alive"
FROM #note/develop
SORT file.cday asc
```