Either of these?
```dataview
list sort(file.inlinks)
where file = this.file
sort file.name ASC
```
```dataview
list reverse(file.inlinks)
where file = this.file
sort file.name DESC
```
Source:
Either of these?
```dataview
list sort(file.inlinks)
where file = this.file
sort file.name ASC
```
```dataview
list reverse(file.inlinks)
where file = this.file
sort file.name DESC
```
Source: