import vault
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Inbox
|
||||
|
||||
Entities without a `parent` — captured but not yet assigned to a context or project.
|
||||
|
||||
```dataview
|
||||
TABLE WITHOUT ID
|
||||
file.link AS "Entity",
|
||||
status,
|
||||
dateformat(date(created), "yyyy-MM-dd HH:mm") AS "Captured"
|
||||
FROM "" AND !"90-dashboards" AND !"_templates"
|
||||
WHERE !parent OR parent = "" AND !container
|
||||
SORT created DESC
|
||||
```
|
||||
Reference in New Issue
Block a user