up:: [[Home]]
tags:: #map/view
# Inbox 📨
This is where ideas go to cool off.
When ideas enter the vault (in the form of a note), they are hot. I often like to give them time to cool down and settle in my mind before deciding if they're worth pursuing. If they are, then I put some time into them and turn them into [[Evergreen Notes|evergreen notes]]. If not, then they are deleted.
This is mostly just a list of [[+About Fleeting|fleeting notes]], as that's where I store ideas as they come to me.
> [!note]
> If you are viewing this online through Obsidian Publish, then you won't be able to see this list properly. It uses [Obsidian Dataview](https://blacksmithgu.github.io/obsidian-dataview/), which only works in the Obsidian application itself.
```dataview
TABLE WITHOUT ID
file.link as "Fleeting and New Notes",
(date(today) - file.cday).day as "Days Alive"
FROM "+ Fleeting" and -#on/readme
SORT file.cday asc
LIMIT 20
```