View All Duplicate Filenames in the Vault_dataview-share

  • You need to install and enable the Dataview plugin.
  • Then, simply copy and paste the following:
```dataview
TABLE rows.file.link AS "File"
FROM ""
GROUP BY file.name
WHERE length(rows) > 1 AND file.name != this.file.name
SORT file.name
```
1 Like