I created several notes, for daily and weekly notes.
In particular, I copied the format from Bryan Jenks video here (https://www.youtube.com/watch?v=5k4LfCVY0yQ&t=573s), but I wanted to name my monthly notes just as “YYYY-MM” and not as he does “YYYY-[M]MM”, (like 2023-M10, I want just 2023-10). Problem is, I cannot find the notes if I do like this… Below the code he uses, and I tried different configuration of the right hand part of the equation, but nothing.
AND dateformat(file.ctime, “yyyy-MM”) = replace(this.file.name, “M”, “”)
I tried putting just = this.file.name (which should be correct in theory), but probably the syntax is not right.