How to organize & keep track of many linked files?
That's say I have file C, which contains a link to file B and has a link to file A. I'm trying to switch to non-destructive eiditing where I've already been destructively editing iles A B & C. Ideally I want a way to comprehensively track many file links including recursive links (linked files that contain their own links).
Perhaps an equivalent of <link removed> each dot is a file and each line is a link, if file A links file B then it will two dots and a line for them.

