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
Describe the bug
The option Image > Preferred Image Syntax > Auto escape image URL when insert does not change the URL.
This option does work well when using Markdown.
To Reproduce
Steps to reproduce the behavior:
Ensure the option Image > Preferred Image Syntax > Auto escape image URL when insert is enabled in settings.
Create a TextBundle file and open it with Typora. The "convert to TextBundle" option under Image > "When insert.." works just fine.
Drag and drop an image from your computer that has at least one space in the filename. The image is imported and shows up just fine in Typora.
Take a look at the image path that was added to specify the file path. Notice that the spaces were not replaced with %20 strings.
If the strings are fixed in the source to use %20 characters in the path, the image will show up in other TextBundle viewers (in this case, I'm using DEVONthink Pro).
Expected behavior
The image code ![name](url) should use %20 in the url to refer to spaces when the option Image > Preferred Image Syntax > Auto escape image URL when insert is enabled.
Desktop (please complete the following information):
OS: macOS 15.1.1 (24B91)
Typora Version
Version 1.10.5-dev (7350)
The text was updated successfully, but these errors were encountered:
Describe the bug
The option
Image > Preferred Image Syntax > Auto escape image URL when insert
does not change the URL.This option does work well when using Markdown.
To Reproduce
Steps to reproduce the behavior:
Image > Preferred Image Syntax > Auto escape image URL when insert
is enabled in settings.%20
strings.If the strings are fixed in the source to use
%20
characters in the path, the image will show up in other TextBundle viewers (in this case, I'm using DEVONthink Pro).Expected behavior
The image code
![name](url)
should use%20
in the url to refer to spaces when the optionImage > Preferred Image Syntax > Auto escape image URL when insert
is enabled.Desktop (please complete the following information):
Typora Version
Version 1.10.5-dev (7350)
The text was updated successfully, but these errors were encountered: