How to link to a specific image in another note (which is an external url)

What I’m trying to do

I have a note named “images” with several images made of external urls such as:

![super-photo|500x310](url)

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|500x310](url)
^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 ?

Why not copy the image embed from the other note?

A few notes on your examples: This isn’t a heading: #super-photo-header. It needs a space after the #. Without the space, it’s a tag. This isn’t how you link to a heading: ![[image#^super-photo-header]]. This is: ![[image#super-photo-header]]. This is a block ID, not a tag: ^super-photo-tag.