Hello, I am facing a problem in obsidian when using the dataview plugin.
I have previously used it to display the notes I need on the home screen
For example, for the first column I use the following code - $=dv.list(dv.pages('').where(f => f.file.name != "Домашняя страница").sort(f=>f.file.mtime.ts,"desc").limit(5).file.link)
, I use it to output the last 5 notes that I have edited.
So, I want to display this week’s note on the home screen. That is, I have a path where the weekly notes are located - “03 - Notes/Weekly”, there, for example, there is a file “24-06-W25”, its name in the format “YY-MM-[W]ww”. Accordingly, for the whole 25th week, I will get a link to the weekly note for the 25th week.
Help me to create this code, I couldn’t handle it myself.