Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 3e9cf8c

Browse files
author
Marcel Gerber
committed
Update Getting Started (How to change the project, why?)
1 parent 9b9a2da commit 3e9cf8c

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

samples/root/Getting Started/index.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html>
3-
3+
44
<head>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" href="main.css">
1010
</head>
1111
<body>
12-
12+
1313
<h1>GETTING STARTED WITH BRACKETS</h1>
1414
<h2>This is your guide!</h2>
1515

@@ -106,14 +106,14 @@ <h3>Live Highlight HTML elements and CSS rules</h3>
106106
color from "transparent" to "hotpink". If you have Brackets and your browser running side-by-side, you
107107
will see your changes instantly reflected in your browser. Cool, right?
108108
</samp>
109-
109+
110110
<p class="note">
111111
Today, Brackets only supports Live Preview for HTML and CSS. However, in the current version, changes to
112112
JavaScript files are automatically reloaded when you save. We are currently working on Live Preview
113113
support for JavaScript. Live previews are also only possible with Google Chrome, but we hope
114114
to bring this functionality to all major browsers in the future.
115115
</p>
116-
116+
117117
<h3>Quick View</h3>
118118
<p>
119119
For those of us who haven't yet memorized the color equivalents for HEX or RGB values, Brackets makes
@@ -141,15 +141,25 @@ <h3>Need something else? Try an extension!</h3>
141141
the "Install" button next to it.
142142
</p>
143143

144+
<samp>
145+
You're now ready to actually start developing with Brackets. In order to do that, we recommend you
146+
to set the current project to a folder where your files are in.
147+
Take a look at the left sidebar, where you can see a dropdown stating "Getting Started" right now.
148+
Simply click the button and select "Open Folder…". In the popup, select the folder you want to work
149+
on and continue. You've now successfully changed your project!
150+
It's always good to set the right project, because some cool features of Brackets are depending on
151+
the right location selected. In other words, things like Live Preview and Quick Edit aren't that great
152+
with the wrong project scope set!
153+
</samp>
154+
144155
<!--
145156
LET US KNOW WHAT YOU THINK
146157
-->
147158
<h2>Get involved</h2>
148159
<p>
149160
Brackets is an open-source project. Web developers from around the world are contributing to build
150161
a better code editor. Many more are building extensions that expand the capabilities of Brackets.
151-
Let us know what you think, share your ideas or contribute directly to the
152-
project.
162+
Let us know what you think, share your ideas or contribute directly to the project.
153163
</p>
154164
<ul>
155165
<li><a href="http://brackets.io">Brackets.io</a></li>
@@ -161,7 +171,7 @@ <h2>Get involved</h2>
161171
<li><a href="https://twitter.com/#!/brackets">@brackets on Twitter</a></li>
162172
<li>Chat with Brackets developers on IRC in #brackets on Freenode</li>
163173
</ul>
164-
174+
165175
</body>
166176
</html>
167177
<!--

0 commit comments

Comments
 (0)