diff --git a/samples/root/Getting Started/index.html b/samples/root/Getting Started/index.html index f0db3d360ac..ee4500f2b28 100644 --- a/samples/root/Getting Started/index.html +++ b/samples/root/Getting Started/index.html @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ - +

GETTING STARTED WITH BRACKETS

This is your guide!

@@ -106,14 +106,14 @@

Live Highlight HTML elements and CSS rules

color from "transparent" to "hotpink". If you have Brackets and your browser running side-by-side, you will see your changes instantly reflected in your browser. Cool, right? - +

Today, Brackets only supports Live Preview for HTML and CSS. However, in the current version, changes to JavaScript files are automatically reloaded when you save. We are currently working on Live Preview support for JavaScript. Live previews are also only possible with Google Chrome, but we hope to bring this functionality to all major browsers in the future.

- +

Quick View

For those of us who haven't yet memorized the color equivalents for HEX or RGB values, Brackets makes @@ -141,6 +141,22 @@

Need something else? Try an extension!

the "Install" button next to it.

+

Projects in Brackets

+

+ In order to edit your own code using Brackets, you can just open the folder containing your files. + Brackets treats the currently open folder as a "project"; features like Code Hints, Live Preview and + Quick Edit only use files within the currently open folder. +

+ + + Once you're ready to get out of this sample project and edit your own code, you can use the dropdown + in the left sidebar to switch folders. Right now, the dropdown says "Getting Started" - that's the + folder containing the file you're looking at right now. Click on the dropdown and choose "Open Folder…" + to open your own folder. + You can also use the dropdown later to switch back to folders you've opened previously, including this + sample project. + + @@ -148,8 +164,7 @@

Get involved

Brackets is an open-source project. Web developers from around the world are contributing to build a better code editor. Many more are building extensions that expand the capabilities of Brackets. - Let us know what you think, share your ideas or contribute directly to the - project. + Let us know what you think, share your ideas or contribute directly to the project.

- +