In the meantime, I made 2 more queries for each note to help with review of notes before publishing them.
By the way, the Obsidian query file: "filename.md" /regex query pattern/
doesn’t give good results.
I thought of putting up a bug report again, but it may come back as no bug. So, instead, I was using regex for the file names too:
file: /^filename.md/ /regex query pattern/
- This will give proper results for the current file. Using the double quote method, sometimes I would get results for
Def abc.md
as well asAbc.md
.
See also this thread: