railsbridge / docs

Curriculum for RailsBridge workshops
docs.railsbridge.org
Other
3.42k stars 454 forks source link

Replace remaining Sublime recommendations with Atom #603

Closed camillevilla closed 7 years ago

camillevilla commented 7 years ago

RE: #599

I made updates to the following lessons:

I added links back to /installfest/editors in a few places so that Railsbridge's text editor recommendations can be maintained in one place.

tjgrathwell commented 7 years ago

Awesome work, committed and deployed (:rocket:) with a couple of amendments:


87a11fd8e92bf424fbb34a1b5a09558229b0c72e ensures the cross-links to /installfest/editors don't show in the Table of Contents

screen shot 2017-03-17 at 10 22 50 pm

Currently in-app links in markdown format ([text](link)) always show up in the TOC, while links in HTML format (<a href="link">text</a>) never do.

I could've just converted all the links to HTML format but instead made an exception in the TOC code where links between sites like [editors](/installfest/editors) never show up in the TOC, which will work until someone makes a site that has a nested folder structure.


0a9d943e7a0d0dee5cd879d54161a72259a0b3f5 - fixed the description of "Add Project Folder" -- the image rightly showed that it was under "File" but the text still said "Project"


9ff38e9713884eecc0244b1eab4ccbafe672ad0b - fixed lack of closing tags on Atom link in JS curricula, which caused the links to look like this:

screen shot 2017-03-17 at 10 16 40 pm

Thanks for this awesome work!!