I read in the release notes of Obisidian 1.12.2:
file. linksTo() treats files embedded within a Canvas as links.
How to create a base that lists all files used in a specific Canvas file?
Anyone?
Use this as a filter where you replace the canvas file with the correct filename: file.backlinks.contains(file("My canvas.canvas"))
file.backlinks.contains(file("My canvas.canvas"))