Skip to content

Import media files into the library #62

Description

@amka

Problem

The problem with markdown media files comes from its nature: markdown is a plain text file format, it cannot include any files like .docx for example. If you place a link to the internet image - you're fine, but it became an issue when you deal with local files. You have to place media files along with markdown files by yourself.

Solution

We can solve it by creating a media library somewhere on the disk and automatically copying files to that storage. When we obtain the file we can link it easily.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions