To get started with Atom Realtime Collaboration, open the desired file and start collaborating via the atom-realtime-collaboration:share
command
The input is pre-filled with a random 8 character string that you can change
Next, via the atom-realtime-collaboration:connect
command, you'll be asked to enter a string identifying the session. All users who
enter the same ID while sharing a document will see the same contents
Also, to copy the session ID to your clipboard you can use the atom-realtime-collaboration:copyid
Finally, you can use the atom-realtime-collaboration:disconnect
command to stop collaborating.
atom-realtime-collaboration:connect
Ctrl+Alt+C
Cmd+Ctrl+C
atom-realtime-collaboration:share
Ctrl+Alt+S
Cmd+Ctrl+S
atom-realtime-collaboration:disconnect
Ctrl+Alt+D
Cmd+Ctrl+Alt+D
atom-realtime-collaboration:copyid
Ctrl+Alt+I
Cmd+Ctrl+I
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.