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 trialHabtamu Nigatu
944 PointsI downloaded atom reader but I don't know how to open my html file on it.
I downloaded atom reader but I don't know how to open my html file on it.
Habtamu Nigatu
944 PointsI clicked on file and open file but there is no html file to select.
3 Answers
Colin Theseira
Full Stack JavaScript Techdegree Student 2,025 PointsThere are several ways to open an html file in Atom. First way - After installing Atom, click File > Open file, and located your html file. Second way - For Windows only - right click on the html file, select Open with, select Atom if it listed. If not, select 'Choose another app' and select Atom.
Of course, this depends on whether you are trying to open an html without access to the html 'project'. Might help if you can explain exactly what you are trying to accomplish with Atom.
Hope that helps.
Barry Snowe
51,277 PointsRight-click in the sidebar on the left (the "project tree" or whatever they call it). Choose "Add Project Folder", which then will let you navigate around your files until you find the folder containing the file you're looking for. Hit "OK" or "Select" or whatever cue it gives you to bring that folder down into the Atom tree. Then you can double click the file you want and it should appear in the editor.
Colin Theseira
Full Stack JavaScript Techdegree Student 2,025 PointsTry navigating to a folder where you know there is an html file. Any html file will do.
KRIS NIKOLAISEN
54,971 PointsKRIS NIKOLAISEN
54,971 PointsDo you mean open the file to edit or preview the file in a browser?