qdm12 / stackedit-docker

StackEdit 5.14.5 Server in a light Docker container
https://hub.docker.com/r/qmcgaw/stackedit
MIT License
42 stars 16 forks source link

How do I specify where the markdown documents should be saved on my local filesystem? #9

Closed nicolae-stroncea closed 4 years ago

nicolae-stroncea commented 4 years ago

Thanks for packaging the project in such an accessible manner!

I would like to be able to save the documents on my local system in a directory that I can choose. What command could I run to enable that?

qdm12 commented 4 years ago

Hi there,

Thanks for your compliment 👍

Stackedit is only client side, so the server cannot have access to their client data.

The local files are not stored in any directory. They are stored in the browser's localStorage accessible only via JavaScript. You can export files using save as submenu.

HOWEVER: