revolunet / sublimetext-markdown-preview

markdown preview and build plugin for sublime text 2/3
MIT License
2.31k stars 362 forks source link

Write .html file to a temp folder (or configurable folder) #409

Closed et304383 closed 6 years ago

et304383 commented 6 years ago

If I generate a browser preview of README.md I am getting README.html written to the same directory.

I don't want these files accidentally checked in. Can we please add configuration for where these temporary files are written? I've used another similar plugin that wrote to /tmp

aeracode commented 6 years ago

Try "path_tempfile": "path/to/temp" in user settings for Markdown Preview.

facelessuser commented 6 years ago

I believe @aeracode answered this question, but if this is still an issue, feel free to open an issue over at https://github.com/facelessuser/MarkdownPreview which will be the new supported repo location moving forward.