Bases filter for files in root

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

Hi.

In a local test vault, the following works:

file.folder == "/"

Could you try that syntax?

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.