Is there a way to print a dataview list as lines instead of a bulleted list?
Let’s say I have a Folder with three files in it. To list the files in the Folder
LIST
FROM "Folder"
makes a list of the files in the folder as a bulleted list.
- File
- File
- File
I want to make the list items look like normal lines instead.
File
File
File
Is there a way to write the specific query like this?
Thanks!