I keep getting a parsing fault when trying to List items from a specific folder. The input I use and the result I am getting is below.
Please correct my parsing! I am new to dataview.
I keep getting a parsing fault when trying to List items from a specific folder. The input I use and the result I am getting is below.
Please correct my parsing! I am new to dataview.
The error is pointing to the quote marks. They need to be straight, not curly / smart:
```dataview
LIST
FROM "New Notes"
```
Does that work for you?
PS. Which theme and font are you using? Looks clear and crisp.
Thank you but I’m afraid that didn’t work. I am not sure why it isn’t working no matter which folder name I put in. I wondered if I was just missing some syntax or something.
The theme is anuppuccin. The font is the theme font.
My mistake, I got the folder name wrong:
```dataview
LIST
FROM "00 New Notes"
```
Thanks for the theme tip.
You are absolutely correct. I had to change the ‘smart quotes’ setting and correct my folder name. It works fine now. Thank you.
A pleasure. Apologies for my earlier mistake.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.