Atom Editor
p/atom-editor
A hackable text editor for the 21st Century
Alon Carmel
atom.io collaboration — Real time code collaboration on the web for atom.io
9
Replies
Adam Benayoun
That's cool. @aloncarmel kudos for all the side projects you churn during your weekends!
Alon Carmel
its also open source for anyone to play with https://github.com/aloncarmel/de...
Alon Carmel
i've created a small plugin for code collaboration for atom.io that lets you invite people from the web to help you with coding. simple link that people can write from the web into your atom.io and vise versa. there are many like it but this one is mine :)
Tim Dorr
@aloncarmel What about atom-to-atom sharing?
Alon Carmel
@timdorr next release. Promise! How do you like it?
Alon Carmel
@timdorr how do you see it? Inviting someone to your file opens the file on the invitee end?
Tim Dorr
@aloncarmel You could have some key that you pass over to them. They would pop that into some input somewhere (even better: also support the atom CLI) and magic happens.
Alon Carmel
@timdorr I'm about to finish exactly what you suggested. Input a key and a new blank file opens with the session there. Sound good?
Omri Ariav
Great tool for joint debugging, coding and learning.