-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bug 🐛Issue concerns a bug.Issue concerns a bug.level 1 ❕A bug that caused minor damage: App is still usable, but minor features might not work.A bug that caused minor damage: App is still usable, but minor features might not work.
Description
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:

Replacing the wrong characters in the HTML file solves the problem.
Steps to reproduce
- Insert any image with Drag&Drop
- Export in HTML
Environment
- Version : 0.11.12
- OS Version and name : Windows 7
noklam
Metadata
Metadata
Assignees
Labels
bug 🐛Issue concerns a bug.Issue concerns a bug.level 1 ❕A bug that caused minor damage: App is still usable, but minor features might not work.A bug that caused minor damage: App is still usable, but minor features might not work.