I’ve got two questions, is there a way to make the first column width a min-width? Also, is there a way to target a specific folder with files where “Year” and “Week” equal specific values, e.g., “2024” and “W35”?
Oh and one other thing, is there a way to simply sort the returned files ascending order?
I found Sorting Dataview JS - #4 by justdoitcc, but this is using “where” and “sort” based on the file name and cday values which. I need to pull files from “where” equals “Work/Weekly Notes” and metadata value “week” equals a specific text value “W35.” to help narrow this, it including the text value for “fy” like “FY25” would be great! I’m testing it now, but I can’t seem to wrap my head around js…