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 trialStefan Andrew
1,108 Pointschanges I make to Atom aren't updating when I refresh. how can i make atom the main editor instead of workspace?
i opened the project in Atom and started editing but it is still only updating when I make changes in workspace.
I tried closing workspace but Atom still was not making changes to the website. what do i have to do to make changes on Atom?
4 Answers
Ray Thomas
12,478 Pointsin Atom, looking at your html file, click save as. Once saved anywhere of your choosing, go to the file explorer (if on windows just click start and type "file explorer") and find the html file that you just saved. Right click it, and choose open with... (then select the browser of your choice, i.e. google chrome).
good luck and keep at it! it is confusing at first to understand what exactly is going on, you'll pick it up along the way, for now just keep on learning HTML :)
Steven Parker
231,198 PointsIt sounds like what you are calling "the website" is the built-in server in the workspace, and you probably only closed the browser tab for the server side of the workspace. You should also close the browser tab that is the preview for the workspace.
Then, open a new preview using Atom, which will then update when you make changes in the editor.
Stefan Andrew
1,108 Pointsthan you both!!
Logan Casavant
1,486 PointsRay is the man with answer in all of this thread! Thank you and cheers!