What I’m trying to do
I have a note named “images” with several images made of external urls such as:

I would like to be able to use them from another note with something such as:
![[images#super-photo]]
Things I have tried
So far the workaround I have is to place a header before or a tag after each photo:
#super-photo-header

^super-photo-tag
With this I can use:
![[image#^super-photo-tag]]
![[image#^super-photo-header]]
However, I find this kinda redundant since I already gave the image a name.
Is there a way to link to an image name from another note so that it appears on the actual one ?