Skip to content

FEATURE REQUEST: Export images along with text? #4

@AgentSam

Description

@AgentSam

Would it be possible to export images along with the text in .md format?

Apparently, it would be possible to embed images directly inside the .md files, using base64 encoding and image references, such as:

References:
![][image1]
![][image2]

Data:
[image1]: <data:image/png;base64,encoded_image_data_here==>
[image2]: <data:image/png;base64,encoded_image_data_here==>

(Such an update to the script would make the export fairly complete, since images would not be stripped.)

The images could also be exported as separate files... but then we would end up with multiple files for each export, which may not sometimes be desirable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions