vimflowy icon indicating copy to clipboard operation
vimflowy copied to clipboard

make sensible client/server separation

Open WuTheFWasThat opened this issue 8 years ago • 1 comments

  • boundary should be between keyhandler and document, e.g. mutations should be server side
  • should be possible to enable collaborative editing (DISCLAIMER: highly unlikely to ever happen)
    • possibly change the way insert mode works, to do single addChars calls, but the history concatenates them
    • session should handle multiple cursors/viewroots. jump history could still be local...
    • think about implementing operational transform... o/w undo will be a global undo, pretty bad behavior

WuTheFWasThat avatar Apr 13 '16 17:04 WuTheFWasThat

+1 for collaborative editing

ajvsol avatar Jul 20 '17 20:07 ajvsol