Display list of backlinks in note

first off, i’m gonna tag this as #dataview so that more dataview experts has eyes on it (i use it sparingly). so i think this should work for your case.

```dataview
table without id file.inlinks
where file.name = this.file.name
```
19 Likes