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
Create a note that links to an image that is invalid (tested with JPEG)
Export as MD+FrontMatter
Import back
=> It fails with error Image is invalid or does not exist: /path/to/image.jpg even though the file exists
Instead the file, even invalid, should be imported as-is. I think it's going through handleResizeImage_ somehow but it shouldn't because we shouldn't resize anything in that context.
Also the error message should be updated and mention the markdown file where the error occurred.
Current behaviour
No response
Expected behaviour
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Operating system
Windows
Joplin version
2.13.0
Desktop version info
=> It fails with error
Image is invalid or does not exist: /path/to/image.jpg
even though the file existsInstead the file, even invalid, should be imported as-is. I think it's going through
handleResizeImage_
somehow but it shouldn't because we shouldn't resize anything in that context.Also the error message should be updated and mention the markdown file where the error occurred.
Current behaviour
No response
Expected behaviour
No response
Logs
No response
The text was updated successfully, but these errors were encountered: