~ [[_Home]]
*This is your notes sorted by the date they were created, limited to the last 50 notes created.*
``` dataview
TABLE dateformat(file.ctime, "yyyy-MM-dd") AS "Created", file.folder AS "Location"
FROM ""
SORT file.ctime DESC
LIMIT 50
```
---
Back to [[_Home]]