Dataview does nothing

First, search the [

What I’m trying to do

Alas.
I can’t get Dataview to do anything!
It is activated.

If I type

LIST 

Everything I read says I should get a list of all files in the vault.
I get nothing other than the code block goes blank with the word “Dataview” moved to the hard right.

What on earth am I missing?

Thank you.
B

Things I have tried

Ugh.
My syntax was
Backtick x3 then the word Dataview
Backtick x3

Try using a small “d”.

1 Like

This query worked fine for me:

```dataview
LIST
LIMIT 10
```

(The “LIMIT 10” is just to keep the list to a reasonable size.)

1 Like