-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exported image source path is incorrect #2815
Comments
Can confirm that this error is present on Windows 10 with the official Boostnote release. It is not present when on the masterbranch of 0.11.13. I think this issue has been addressed and fixed in the new version. |
In the current version the issue is present again. I think that's also what is mentioned here: #2834 (comment) |
Hello, This is on 0.11.13. I can't validate the behavior on 0.11.16 nor 0.11.17 because another issue #2968 is preventing me from exporting HTML at all. |
More to add! |
@incredibleweirdo can you have a look, if this pr fixes your problem? #2897 |
@ehhc I cannot test that PR, sadly. I get an error when running
|
@incredibleweirdo i'm sorry to hear that... i fear i don't have the time to look into the bug :( |
@ehhc I was able to finally test, see my comment here -#2897 (comment) |
Duplicate of #2785 |
Current behavior
Images source path incorrectly placed by Boostnote. It inserts the '%5C' instead of the character '/'.
Therefore source path looks like:
src="attachments%5C9fad04b1.PNG"
when it should be:
src="attachments/fad04b1.PNG"
Result is that the HTML has broken images links:
![untitled](https://user-images.githubusercontent.com/6352844/51342525-16b1b780-1a8c-11e9-8f04-0d84a0dc8bfa.png)
Replacing the wrong characters in the HTML file solves the problem.
Steps to reproduce
Environment
The text was updated successfully, but these errors were encountered: