joemccann / dillinger

The last Markdown editor, ever.
https://dillinger.io
MIT License
7.95k stars 1.11k forks source link

Add local images #770

Closed giovannirescia closed 4 years ago

giovannirescia commented 4 years ago

I am running the app locally, but I can't manage to add some local images to the document, I have something like:

![img1](/home/user/images/img1.png)

But it doesn't work. I also couldn't find where the documents are stored when running the app.

Thanks, Giovanni

joemccann commented 4 years ago

Dillinger only supports images when your Dropbox is connected since Dillinger.io doesn't host images (too expensive).

On Mon, Aug 24, 2020 at 6:21 AM Giovanni notifications@github.com wrote:

I am running the app locally, but I can't manage to add some local images to the document, I have something like:

img1

But it doesn't work. I also couldn't find where the documents are stored when running the app.

Thanks, Giovanni

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/joemccann/dillinger/issues/770, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALY2SURF4DQF2VNKKOCTLSCJSPFANCNFSM4QJP4IAQ .

giovannirescia commented 4 years ago

Somehow I thought that running Dillinger locally would allow to include local paths. Thanks!