Use case or problem
Example:
I have file named Steganography.md with explanations what is that and different links to websites.
I have other file project ideas.md in which i create markdown type link [Image Steganography with Python] (https://something/steganography-project)
Problem is when I try to confirm all possible backlinks/outgoing links it starts to replace some words from url text and url itself with wikilinks. Which breaks urls and makes already explained link less useful.
In worst case applied recommendations would change link to:
[[[Image]] [[Steganography]] with [[Python]]] (https://something/[[steganography]]-project)
I think it would be really great if wikilinks+backlinks+outgoing links skipped replacing markdown links. At least. That would solve some part of problem of making sure all files are linked and there are no “bad recommendations”
Proposed solution
I think it would be great to disable backlinks and outgoing links recommendations that replace parts of markdown link including url description
Possibly add some checkbox to enable replacing somewhere in settings.
Current workaround (optional)
I’ve tried using wikilinks themselves with description to write some links to websites, but then they become unusable as obsidian wants to create file instead of following link.
I’ve tried to find some other external plugin that would allow link to be skipped in some way from parsing, but none seemed to work.
So the only way I see it is to disable recommendations based on markdown urls and descriptions at all (optional or by default)
Related feature requests (optional)
I don’t think I’ve seen any related/similar feature request or bug.