Skip to content

Exported image source path is incorrect #2815

@alelom

Description

@alelom

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

Replacing the wrong characters in the HTML file solves the problem.

Steps to reproduce

  1. Insert any image with Drag&Drop
  2. Export in HTML

Environment

  • Version : 0.11.12
  • OS Version and name : Windows 7

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Issue concerns a bug.level 1 ❕A bug that caused minor damage: App is still usable, but minor features might not work.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions