Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAnthony Giuliano
9,569 PointsCoda 2
I noticed Hampton open files and directories in his text editor from the terminal with the command 'subl'. I prefer a different text editor, is there a similar command I can use for Coda 2?
5 Answers
Chris Shaw
26,676 PointsHi Anthony,
You can download the Coda 2 CLI plugin from http://panic.com/coda/d/Coda%20CLI%201.0.pkg
Mohd Maqbool Alam
Full Stack JavaScript Techdegree Student 5,715 PointsWhy shouldn't you switch to atom text editor its fast free and its from github make sure give a try
Anthony Giuliano
9,569 PointsI'd be open to trying it, but I really like Coda. In any event, what's the terminal command to open a file in Atom?
Mohd Maqbool Alam
Full Stack JavaScript Techdegree Student 5,715 Pointsatom filename
Anthony Giuliano
9,569 PointsCool yea I just found this one, http://justinhileman.info/coda-cli/, looks like the same thing. Thanks again!
ds1291
3,398 PointsHello, Does anyone know how to split the screen so you can see the html on the left, the screen preview in the middle, and your css on the right side? As of now everytime I change the window they both change.
Thanks