Prose.sh Custom Build on Sublime Text

· rtnF

Ctrl+B to upload your post

Install Sublime Text, click Tools -> Build System -> New Build System. Then add this new build system

{
	"shell_cmd": "echo Uploading to Prose.sh.. && scp \"$file\" prose.sh:/"
}

Save as prose.sublime-build. Now, press ctrl+B to publish your blogpost directly from your Sublime Text.