Floobits
Real-time collaboration plugin for Sublime Text 2/3. Remote pair programming done right.
Details
Installs
- Total 39K
- Win 18K
- Mac 14K
- Linux 7K
Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Floobits plugin for Sublime Text 2 & 3
Real-time collaborative editing. Think Etherpad, but with native editors. This is the plugin for Sublime Text. We also have plugins for Emacs, Vim, and IntelliJ.
Development status: Reasonably stable. We dogfood it daily and rarely run into issues.
Installation instructions
If you have Package Control, go to Package Control → Install Package and search for Floobits. Select the Floobits package and install it.
If you don't have Package Control (or you prefer to install the plugin manually), clone this repository or download and extract this tarball.
Rename the directory to “Floobits”.
In Sublime Text, go to Preferences -> Browse Packages.
Drag, copy, or move the Floobits directory into your Packages directory.
If you'd rather create a symlink instead of copy/moving, run something like:
ln -s ~/code/floobits-sublime ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Floobits
Once the plugin is installed, you'll be asked whether you want to create an account or sign in. If you choose to sign in, a browser window will open allowing you to enter your Floobits credentials.
For more help, see our Sublime Text help page.
Configuration
All configuration settings are stored in ~/.floorc.json
. If you don’t have a ~/.floorc.json
file, the plugin will create one. It will also open a web page showing the minimal information you’ll need to put in your ~/.floorc.json
. After saving the file, restart Sublime Text.
Using Floobits to Collaborate
After creating your account, you’ll want to create a workspace or two. A workspace is a collection of files and buffers that users can collaborate on.
See https://floobits.com/help/plugins/sublime/#usage for instructions on how to create workspaces and collaborate with others.
Errata
Windows
Sublime Text 2 on Windows requires Package Control 3.0 to be installed to function properly. This is due to a bug in the select
module that ST2 ships by default.
Linux
On Linux, Sublime Text 2 and 3 ship without the _ssl
module. Installing Package Control 3.0 will install the missing elements. Otherwise, we try to work around it by running an SSL proxy using the system Python.
OS X
Our plugin doesn't work on 10.6 and earlier. This appears to be a bug in OS X. Please upgrade to a newer version.
Help
If you have trouble setting up or using this plugin, please contact us.