TenderOwl / Norka

Continuous text editor for Linux
https://tenderowl.com/work/norka/
MIT License
101 stars 12 forks source link

Import media files into the library #62

Open amka opened 2 years ago

amka commented 2 years ago

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.