fregante / GhostText

👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
https://GhostText.fregante.com
MIT License
3.26k stars 116 forks source link

not work on collabedit #135

Closed huangyingw closed 6 years ago

huangyingw commented 6 years ago

Setup

Browser: Chrome Editor: neovim

Description

I could see my input sync between chrome and neovim. While I could not see my collaborator's input. And if I type in the same line as him, my input will overwrite his. Another worse issue is, when I do :e command in neovim, to reload, then all the textarea would be reset to be empty.

I already open an issue to Neovim plugin, https://github.com/raghur/vim-ghost/issues/14, as the author said, it might be issue on the browser end.

fregante commented 6 years ago

This isn’t meant to be used for real-time collaboration since the whole text is sent over and updated.