- Code: Select all
{
"cmd": ["multimarkdown", "--to=html", "--output=$file_path/$file_base_name.html", "$file"],
"selector": "source.md"
}
however, I get the following when I run the Build:
- Code: Select all
[Errno 2] No such file or directory
[Finished]
In the console it reads:
- Code: Select all
Running multimarkdown --to=html --output=/Users/<user>/Dropbox/Work/DWP/Process/AMM/AMM.html /Users/<user>/Dropbox/Work/DWP/Process/AMM/AMM.md
(<user> is intentionally replaced)
When I run that command on the command line, it runs successfully, however it does not run when initiated from the editor.
Any ideas?
Ben