What I’m trying to do
I want to make a Bases table that shows files in the root of my vault with no tags.
Things I have tried
The following does not work, and shows all files in the vault. Does “/” include subfolders?
filters:
and:
- file.inFolder("/")
views:
- type: table
name: Files in vault root