You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I need to use Dataview, I have to enable the Internal Links option, which unfortunately converts my images to relative paths. The major issue is that this conversion seems to occur after the article content has been processed by regular expression replacements, leading to some of my image links being altered in ways I do not desire. My use case involves publishing with Hugo; once the Internal Links option is checked, my image links transform into something like "../../../../static/imagines" (where static/images is the upload location I set in the attachment options). Even if I use regular expressions to change Obsidian image links to "/images/xxx.png", this feature still modifies my image links. I've attempted to set the Link:false option, but it fails to work when the article contains both Dataview and images.
Describe the alternative you've considered
Manually changing the image directory, but that's just too silly.
OS
MacOS
Anything else?
No response
Plugin version
7.5.3
Obsidian version & debug log
v1.7.7
The text was updated successfully, but these errors were encountered:
Issue validation
Is your feature related to a problem ?
No response
What solution do you want to see ?
When I need to use Dataview, I have to enable the Internal Links option, which unfortunately converts my images to relative paths. The major issue is that this conversion seems to occur after the article content has been processed by regular expression replacements, leading to some of my image links being altered in ways I do not desire. My use case involves publishing with Hugo; once the Internal Links option is checked, my image links transform into something like "../../../../static/imagines" (where static/images is the upload location I set in the attachment options). Even if I use regular expressions to change Obsidian image links to "/images/xxx.png", this feature still modifies my image links. I've attempted to set the Link:false option, but it fails to work when the article contains both Dataview and images.
Describe the alternative you've considered
Manually changing the image directory, but that's just too silly.
OS
MacOS
Anything else?
No response
Plugin version
7.5.3
Obsidian version & debug log
The text was updated successfully, but these errors were encountered: