From 3783d1be38b0bdd17a25d9b0285b0d149e1dc3a8 Mon Sep 17 00:00:00 2001 From: saksham taneja Date: Thu, 31 Oct 2019 12:05:37 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 481d454ef3f..d6589c654f1 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,11 @@ and JavaScript that's *built* in HTML, CSS and JavaScript. What makes Brackets different from other web code editors? * **Tools shouldn't get in your way.** Instead of cluttering up your coding -environment with lots of panels and icons, the Quick Edit UI in Brackets puts -context-specific code and tools inline. +environment with lots of panels and icons, the Quick Edit UI in Brackets puts context-specific code and tools inline. * **Brackets is in sync with your browser.** With Live Preview, Brackets works directly with your browser to push code edits instantly and jump back and forth between your real source code and the browser view. -* **Do it yourself.** Because Brackets is open source, and built with HTML, CSS +* **Do it yourself.** Because Brackets is open source and built with HTML, CSS and JavaScript, you can [help build](https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md) the best code editor for the web. Brackets may have reached version 1, but we're not stopping there. We have many feature ideas on our @@ -42,7 +41,7 @@ Also, see the [release notes](http://github.com/adobe/brackets/wiki/Release-Note for a list of new features and known issues in each build. In addition to the core features built into Brackets, there is a large and growing -community of developers building extensions that add all sorts of useful functionality. +the community of developers building extensions that add all sorts of useful functionality. See the [Brackets Extension Registry](https://registry.brackets.io/) for a list of available extensions. For installation instructions, see the [extensions wiki page](https://github.com/adobe/brackets/wiki/Brackets-Extensions). @@ -74,7 +73,7 @@ move it to the feature backlog for you. #### I want to help with the code! -Awesome! _There are lots of ways you can help._ First read +Awesome! _There are lots of ways you can help._ First, read [CONTRIBUTING.md](https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md), then learn how to [pull the repo and hack on Brackets](https://github.com/adobe/brackets/wiki/How-to-Hack-on-Brackets). @@ -84,8 +83,7 @@ taking our pull requests, implementing feature requests and fixing bugs! See [Notes on CodeMirror](https://github.com/adobe/brackets/wiki/Notes-on-CodeMirror) for info on how we're using CodeMirror. -Although Brackets is built in HTML/CSS/JS, it currently runs as a desktop -application in a thin native shell, so that it can access your local files. +Although Brackets is built in HTML/CSS/JS, it currently runs as a desktop application in a thin native shell, so that it can access your local files. (If you just try to open the index.html file in a browser, it won't work yet.) The native shell for Brackets lives in a separate repo, [adobe/brackets-shell](https://github.com/adobe/brackets-shell/). From 1386829ccea190fe161993a73efe9cf1f76b87c1 Mon Sep 17 00:00:00 2001 From: saksham taneja Date: Fri, 1 Nov 2019 15:43:14 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6589c654f1..68b531ec434 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ and JavaScript that's *built* in HTML, CSS and JavaScript. What makes Brackets different from other web code editors? * **Tools shouldn't get in your way.** Instead of cluttering up your coding -environment with lots of panels and icons, the Quick Edit UI in Brackets puts context-specific code and tools inline. +environment with lots of panels and icons, the Quick Edit UI in Brackets puts +context-specific code and tools inline. * **Brackets is in sync with your browser.** With Live Preview, Brackets works directly with your browser to push code edits instantly and jump back and forth between your real source code and the browser view. @@ -41,7 +42,7 @@ Also, see the [release notes](http://github.com/adobe/brackets/wiki/Release-Note for a list of new features and known issues in each build. In addition to the core features built into Brackets, there is a large and growing -the community of developers building extensions that add all sorts of useful functionality. +community of developers building extensions that add all sorts of useful functionality. See the [Brackets Extension Registry](https://registry.brackets.io/) for a list of available extensions. For installation instructions, see the [extensions wiki page](https://github.com/adobe/brackets/wiki/Brackets-Extensions). @@ -83,7 +84,8 @@ taking our pull requests, implementing feature requests and fixing bugs! See [Notes on CodeMirror](https://github.com/adobe/brackets/wiki/Notes-on-CodeMirror) for info on how we're using CodeMirror. -Although Brackets is built in HTML/CSS/JS, it currently runs as a desktop application in a thin native shell, so that it can access your local files. +Although Brackets is built in HTML/CSS/JS, it currently runs as a desktop +application in a thin native shell, so that it can access your local files. (If you just try to open the index.html file in a browser, it won't work yet.) The native shell for Brackets lives in a separate repo, [adobe/brackets-shell](https://github.com/adobe/brackets-shell/).