The problem with the "slash" symbol in the image path #63
Unanswered
bcwang535
asked this question in
Support and Q&A
Replies: 1 comment 1 reply
-
Are you exporting your notes on Windows (where paths are separated by backslashes), then copying the resulting files to a Linux-based server (where files are separated by forward slashes)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all thanks for this useful program, it saves me a lot of work, but now I have a problem about the slash in the path.
My original image link is "Wikilink"
![[Pasted image xxx.png]]
and path of the image link exported by this program is backslash, the resulting path is as follows.

Then when I upload this md file to my server, the picture will not be displayed due to the wrong slash symbol,
the correct symbol should be written like this

I want to know if there is any way to adjust for this problem instead of manually adjusting one by one?
Thank you~
Beta Was this translation helpful? Give feedback.
All reactions