Bases: How to list all files used in a Canvas?

What I’m trying to do

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?

1 Like

Anyone?

Use this as a filter where you replace the canvas file with the correct filename:
file.backlinks.contains(file("My canvas.canvas"))