
- #How to make new document sublime text for mac how to#
- #How to make new document sublime text for mac full#
"C:\Users\YourUserName\AppData\Roaming\Sublime Text 3\Packages\User" Modify the contents of the new sublime build file as below and save as "Chrome.sublime-build".īy default it shows the build directory that should be:

"YourUserName" is your user account name under which you're working in Windows 7.Ĥ. "C:\Users\YourUserName\AppData\Local\Google\Chrome\Application\chrome.exe"
#How to make new document sublime text for mac full#
Find "Google Chrome" in your Programs then right-click on "Properties" then select "Copy the full path of the application", it will look like this: It will open a file named "untitled.sublime-build" as in the following picture:ģ. Start "Sublime Text" then from "Tools" select "Build System" > "New Build System." as in the following:Ģ. Note: I'm using Sublime Text 3 and running Windows 7.ġ. To get to the actual point of this article, to create a build system to run your HTML file in Google Chrome on build: use the following procedure. It allows you to run external programs from within the editor.Īs per the Sublime Text Unofficial Documentation: "Build systems let you run your files through external programs, like make, tidy, interpreters and so on."

Build Systems are JSON files with the extension ".sublime-build".

You first need to create a "Build System" called by Sublime Text to do it.
#How to make new document sublime text for mac how to#
Here I'm sharing the procedure for how to make it work. I often use Sublime Text as my GoTo text editing tool for not so serious scripting and when I want to open HTML files in Google Chrome on a build.
