--

Hey there!

In my article I mention:

```dataview

table author as Author, date as “Date Finished”, tags as “Tags”, grade as “Grade”

from “4. Books”

SORT grade DESCENDING

```

As long as you specify the "from" to be the folder of your choice, you should be good to go. Personally I usually group them by category, like this:

```dataview

table tags as "Tags"

from "2. ML"

WHERE contains(tags, "gnn")

SORT file.name ASC

```

--

--

Leonardo Castorina
Leonardo Castorina

Written by Leonardo Castorina

Science enthusiast, protein designer. PhD student in AI.

No responses yet