Releases: mountainflo/collaborative-text-editor
Releases · mountainflo/collaborative-text-editor
v1.0
Features
- session-based collaboration tool
- edit text documents together with several other users in realtime
- users can join and leave the session at any time
- all other users of a session are visualized by remote-cursors which indicate the position of their last change
- support for copy- ("ctrl" + "c"), paste- ("ctrl" + "v") and cut-operations ("ctrl" + "x")
- support for undo ("ctrl" + "z") and redo ("shift" + "ctrl" + "z")
- syntax highlighting for "markdown"
- session data will be deleted when all users have left the session