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
I want to put ALL notes together with TABLE Query and sort the table
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.