A Developers Blog: AEM Sightly Brackets Extension

This blog has moved to GitHub, and you should be redirected shortly...

Friday, March 13, 2015

AEM Sightly Brackets Extension

With the release of AEM 6, sightly has become the new go to language instead of using JSP. With the switch to this there has a been a new tool that was released, a sightly brackets extension. This extension offers some great features such as sightly syntax highlighting, code completion for sightly expressions, and bidirectional synchronization.

What does this all mean? Well, Brackets is an open source text editor that focuses on web design, and with sightly being a HTML5 template, it is a great tool to edit it with. Here is a link if you are interested: Brackets

The best feature of this extension is that you can package up your code, open it in Brackets and start editing it right away. Once you are done, you just click a button and your code is automatically uploaded to your AEM instance. It works the same way if you are editing that code in crxde lite, you just click a button and your code is updated in Brackets.

You can find more information here if you are interested in the extension: Sightly Brackets Extension

Labels: , ,

3 Comments:

At May 26, 2015 at 4:12 AM , Anonymous Anonymous said...

Hi Scott.

I have been trying import the AEM code into the Brackets but it is not working. I have installed the Sightly extension and tries AEM > Project Setting followed by AEM > Import Content package but it did not work.

Does it require any other setup ?

Thanks.

 
At May 26, 2015 at 9:00 PM , Blogger Scott Westover said...

Hello,

Do you have a version of the content-package stored locally? You will need to open up this package in brackets in order to sync it up with your instance of AEM.

If you have not tried it yet, I have a tutorial on setting up the Brackets Extension to work with AEM here: http://scottwestover.blogspot.com/2015/03/aem-brackets-extension-tutorial.html

 
At May 28, 2015 at 8:04 PM , Anonymous Anonymous said...

Thanks very much. Later I gone thru the mentioned tutorial and got it working. It's truly very helpful.

Thanks again !

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home