When I first came to Obsidian I explored every nook and cranny. I experimented with plugins and even built one. Now I use the Unique Note Creator, Dataview and Homepage with the following dataview to show my most recently created notes —
```dataview
LIST
WHERE true
SORT file.ctime DESC
LIMIT 100
```