max-mapper / screencat

:cat2: webrtc screensharing electron app for mac os (Alpha)
http://maxogden.github.io/screencat
BSD 2-Clause "Simplified" License
3.01k stars 383 forks source link

make URLs clickable and open in browser #16

Closed maxjacobson closed 9 years ago

maxjacobson commented 9 years ago

hello fellow Max,

This is such a cool project. I don't totally understand how it all works but here's a small contribution if it makes sense :). Kind of inspired by this example, not sure if there's a better way to make the links open in the user's preferred browser.

screenshot 2015-03-27 19 35 00

(I'm not sure why it's not currently generating channel names for me)

max-mapper commented 9 years ago

sweet, I was wondering how to do this

max-mapper commented 9 years ago

also hmm it is indeed weird that you aren't getting a share code...

maxjacobson commented 9 years ago

running export ATOM_NODE_VERSION=0.22.1 && apm install . as suggested in the readme fixed the problem for me :)

thanks