Hi, I like to make indexes at the root of each folders to list its content.
I usually do something like:
TABLE
FROM "Files"
SORT file.ctime desc
I’m trying to do that with my files folder so it can list its content. Its content isn’t notes but images, pdf, etc. It just won’t list anything at the moment. It seems like it only wants to list notes but not other files so my question is:
Is it possible to list non notes using dataview?
Thanks