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 trialSoon Han Ooi
Courses Plus Student 1,062 PointsNothing was mentioned about downloading or installing text editor. Can i get a link to that video?
Nothing was mentioned about downloading or installing text editor. Can i get a link to that video?
3 Answers
Margaux Flores
11,453 PointsYou can use any text editor of your preference - Atom and Sublime Text being two of the most popular ones out there. But if you're looking specifically for the editor used in this video, then I believe that's Atom which you can download at https://atom.io/ :)
Soon Han Ooi
Courses Plus Student 1,062 PointsThank you. But how will the text editor link/sync with the MMAP?
Soon Han Ooi
Courses Plus Student 1,062 PointsHi, how will downloading a third party text editor sync with MMAP?
Margaux Flores
11,453 PointsI havenβt really taken this course so Iβm just responding from what I know but I donβt think itβs synced to MAMP or anything like that.
When you edit files directly and save them and refresh your site, youβre just able to see changes on the fly - because you directly edited the file inside the root folder (as in the folder that your server is hosting). That root folder is something you set in the document root section of MAMP under Preferences.
Jacob Mishkin
23,118 PointsTo do this choose a text editor, I use VS code, Atom is solid as well. Then in the text editor open the same folder structure as you have with MAMP and then you are good to go editing your site. MAMP is just showing you the files in a web server, the text editor is where you can make changes to the files themselves.