Skip to content

How to create a list for all incoming links? #2262

Answered by holroy
jansome asked this question in Q&A
Discussion options

You must be logged in to vote

I would love to have a reliable list of all files that have a link to the current file.

To see all incoming links to a given file use:

```dataview
LIST
FROM [[]]
```

This uses the special variation to denote links to current file, [[]]. In general, you can't really use a lot of expressions in the FROM clause, just those specified here: https://blacksmithgu.github.io/obsidian-dataview/queries/data-commands/#from

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jansome
Comment options

Answer selected by jansome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants