-
15 votes
private network edition
I would pay any reasonable amount for a version of collabedit I could run behind my company's firewall on our servers.
-
6 votes
let me restrict the input field to 80 characters width
this also increases readability
-
6 votes
Use OT instead of Diff for concurrency
Use Operational transformation instead of diff and patch for the concurrency management. True realtime concurrency is not offered by a diff/patch system, since it is blocking (or overwrites) on update operations.
OT is the heart of etherpad and wave and equivalent functionality should be the ba... more
-
4 votes
-
4 votes
-
3 votes
Make it ship text around different services
I used Etherpad for writing. I wanted to use it as a replacement for blogging. I was going to use it literally as a live journal, or at least as a shared/editable text with revision history.
Problem is to share my journal, I had to either point them to my Etherpad or (haphazardly) embed it int... more
-
3 votes
Custom syntax
How about allowing user to create a format for custom syntax highlighting for unlisted language? It'd be faster to allow them to make those highlight instead of collabedit's author make it himself.
-
1 votes
-
0 votes
-
0 votes
Revision Tracking
Keep track of all edits, enable restoring to previous versions.
-
0 votes
Auto Reconnect
Should auto reconnect as soon as new text is entered.