So I want to list all notes that are linked to the current note where this query exists.
Is this proper syntax?
List
where contains(file.inlinks, this.file.name)
So I want to list all notes that are linked to the current note where this query exists.
Is this proper syntax?
List
where contains(file.inlinks, this.file.name)
Hi.
Try this:
LIST
FROM [[]]
[[]]
= «this file»FROM [[]]
= «inlinks to this file»I am putting this in a template so the file name needs to be dynamic with the note it gets placed in. I do not want it hardcoded to a specific note
you want something more dynamic than āthis fileā?
I thought you were intending that I type the name of this file. Sorry misunderstood what you were suggesting
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.