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
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
When using the Insert-->Image-->Copy all images in a local folder function it copies all the pictures into ./$FILENAME_files/$PICTURE
However it does so relative, meaning that if one exports the html via Export as HTML to a location other than the storage directory of the markdown file the images aren't found and therefore appear as a broken link.
I see 2 options that should fix the issue:
Set the path to an absolute one
copy the files over to the new location.
The text was updated successfully, but these errors were encountered:
A third option would be to encode images as base 64.
Set the path to an absolute one
Yes, but it's not really "portable".
I think the best solution is to copy relative images to some target.html_files/images directory. Actually, this is what was mainly planned (until I forgot about it 😅).
When using the
Insert-->Image-->Copy all images in a local folder
function it copies all the pictures into./$FILENAME_files/$PICTURE
However it does so relative, meaning that if one exports the html via
Export as HTML
to a location other than the storage directory of the markdown file the images aren't found and therefore appear as a broken link.I see 2 options that should fix the issue:
The text was updated successfully, but these errors were encountered: