facelessuser / MarkdownPreview

Markdown preview and build plugin for Sublime Text https://facelessuser.github.io/MarkdownPreview/
Other
405 stars 53 forks source link

Custom path_tempfile does not work #108

Closed bryankato closed 4 years ago

bryankato commented 4 years ago

I've tried defining a custom "path_tempfile" ie. "path_tempfile": "build". This creates an empty "build" folder, but the build file is created in the existing folder containing the .md file.

facelessuser commented 4 years ago

@bryankato , path_tempfile is where preview builds go. Are you using the preview command? This seems to work just fine for me.

bryankato commented 4 years ago

I'm using the build command, "cmd + b" in OSX. I wasn't able to find a preview command, am I missing something?

facelessuser commented 4 years ago

Please read the documentation on previewing: https://facelessuser.github.io/MarkdownPreview/usage/#to-preview

bryankato commented 4 years ago

Thanks! I changed "build_action" from "build" to "browser" and it's working as expected now.

facelessuser commented 4 years ago

No problem

@gir-bot remove S: triage @gir-bot add T: support