Local, simple collaborative editing.
The current version only supports a single file being hosted at a time. Multiple files can be hosted but there are unpredictable results.
apm install collaborative-edit
OR
Open the Settings from within Atom, select the packages tab, search and install the package from there.
ServerAddress
: The address of the document hosting server. (default: 127.0.0.1)Port
: The port of the document hosting server. (default: 8080)Debug
: Prints some extra information to the console. (default: false)ctrl-alt-h
: Hosts the current open documentctrl-alt-c
: Connects using the configuration parametersctrl-alt-shift-c
: Disconnect close the shared Atom pane, and if you are hosting close the server.Fork the repository
cd
to the directory which you have 'checked out' the sourceapm link -d
ctrl-alt-cmd-l
) for changes to take affect in the current Development Atom WindowWhen creating a Pull Request assign @ericadamski and/or @sieniawsky
MIT