Use case or problem
As explained in this other feature request, I refer to notes in image alt text.
However, for some reason those links are not listed in the referred note’s Backlinks (also called Linked mentions )
Proposed solution
Make Obsidian detect and list them like the other backlinks
Screenshots
Note referring to Ethanol inside image alt text:
Referred not (Ethanol) show no backlinks:
Related feature requests (optional)
Use case or problem
I often use internal links inside markdown image alt text as a way to put references to notes.
But because of this, the image doesn’t render in Live Preview mode.
However, this works fine in Reading mode.
I need this because I use Image Captions plugin to show the alt text as the image caption.
See example below:
[image]
Proposed solution
The image should render as is the case in Reading mode.
Screenshots
Live Preview mode with internal link (NOT OK):
[image]
Live …
Steps to reproduce
Create a Markdown link to preview an image like presented here

Add any square bracket into the link text (i.e. [here](...)).
For instance, an internal link to another note as a reference.
![Image caption ([[Author et al, 2023]])](https://i.imgur.com/8egv2Un.png)
Or even a single square brackets

Did…