Dataview all notes linked to this note

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»
3 Likes

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

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.