How I sort a table of all notes in a vault

What I’m trying to do

I want to put ALL notes together with TABLE Query and sort the table

Things I have tried

I have tried

TABLE

it gives the table but I don’t know how to sort

LIST

It reports error

Like this?

```dataview
TABLE
file.name
SORT file.name ASC
```

https://blacksmithgu.github.io/obsidian-dataview/queries/data-commands/#sort

thank you very much. :pray:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.