Lay out all Obsidian notes in a grid

Here's how you can have a grid with all your notes laid out.

Relies on Minimal Theme, Dataview, and Contextual Typography.

As simple as adding the following to the front-matter:

---
cssClass: cards, table-100, cards-align-bottom
---

And then a Dataview query in the note:

TABLE WITHOUT ID link(file.link, title) as Title, date as "Date created"
FROM "02 Notes"
WHERE file != this.file
← anonymous kudos for permalink