how do I text my sublime text 2 html text document in Safari?
How do I test my html coding in safari with Sublime Text 2?
If you save the file as filename.html then select open with then select Safari.(windows) or on Mac just double click the item and it should open in your default browser. Also when you save it in sublimetext check that the Syntax is set to HTML in the lower right hand corner.
0 Likes
CCROSS0110
#3
Thank you Mike. Is there a way I can set it up so I can simply press command B to see my coding in the Safari browser?
0 Likes
braver
#5
This is what I use: http://livereload.com
Once set up, it reloads the browser every time you save the code.
This looks interesting too: https://packagecontrol.io/packages/Browser%20Refresh
And do upgrade to ST3
0 Likes