We’re using glitch to teach HTML+CSS to 6th-8th graders, with students working in teams in one workspace. It would be nice if there was an easier way for a student to preview the .html page they are working on. By default, the side-pane and new-window preview buttons go to index.html. It’s a bit confusing for the student to hit the show/preview button and see index.html show by default (which may belong to another student).
Ideally, the show/preview button should show the current .html page being edited. I know this might not apply to more advanced projects (ie, those with js routing), so another way might be to add some option for “preview current file”.