Montana-Media-Arts / 441-WebTech

Resource Repository for MART 441 - Web Technologies
https://montana-media-arts.github.io/web-tech/
MIT License
13 stars 2 forks source link

Console in Atom #9

Open JakeTheFlare opened 6 years ago

JakeTheFlare commented 6 years ago

Hey there fellow coders. I was just wondering if there was a way to view your code by opening up your console in Atom.

JohnYingling commented 6 years ago

Do you mean like what would display in the command center? I'm also curious about this!

JohnYingling commented 6 years ago

Oh, Oh! I found this console log generator inside Atom.

Here's a link to explaining it....

I've attached a photo too (you need to go to PACKAGES in Atom to download it)

screen shot 2018-02-16 at 4 35 27 pm
JohnYingling commented 6 years ago

Ah, ah ah! I couldn't get this to work until I RIGHT CLICKED a blank screen, and then a window pops up (similar, I assume, to the Firefox Console.log) ... then I could add my code as seen in the screen below.

I e-mailed @michaelmusick to see his thoughts.

screen shot 2018-02-16 at 4 49 53 pm
JakeTheFlare commented 6 years ago

Thank you.

fbrown222 commented 6 years ago

awesome find @JohnYingling !!!

JonSwallow commented 6 years ago

@JohnYingling Thank You. Cheers!!

michaelmusick commented 6 years ago

Another great resource is "script"

which lets you execute code in a js file as though it were being loaded.

https://atom.io/packages/script