up:: [[Home]]
tags:: #map/view
# Outbox 📤
This is a place to track my various *outputs*.
Below is a list of outputs related to the efforts that I'm spending time on.
> [!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.
## Blog Posts
```dataview
TABLE WITHOUT ID
file.link as Output,
tags as Tags
FROM #output/blog
SORT file.name asc
```
## Dev Diaries
```dataview
TABLE WITHOUT ID
file.link as Output,
tags as Tags
FROM #output/dev-diary
SORT file.name asc
```