Sublime Forum

How to Save a File

#1

Hi,
I am brand new to coding. In fact, I start a coding bootcamp this week. One of the assignments before class is to create a html and css web page. I’ve had no problem creating the page, but how do you save it and then find it again to re-open it?
Do you just use Save As, “Myfirstwebpage.html” and “style.css” or do you need to go to Project, “Save Project As”?

0 Likes

#2

You do not need to create a Sublime Project, unless you need it. To know if you need them or not, learn what are the Sublime Text projects:

  1. http://www.matthewlang.net/2013/10/15/getting-to-know-projects-in-sublime-text/
  2. http://docs.sublimetext.info/en/latest/file_management/projects.html
  3. https://www.sublimetext.com/docs/3/projects.html

I would adive to use them, as they are awesome. You can save the Sublime Text .sublime-project files within your source code. Them when you want to use that project again you just open the sublime-project file with Sublime Text:

Then you will get your workspace restored.

0 Likes