tandem icon indicating copy to clipboard operation
tandem copied to clipboard

Future extension possibilities

Open geoffxy opened this issue 7 years ago • 2 comments

  • Show cursor locations of remote participants
  • End-to-end encryption of inter-agent messages
  • Show selections of remote participants
  • Support multiple buffers in one session
  • Define the editor messages using protobufs
  • Improve serialization of messages (probably just move everything to protobufs)
  • Use a build tool
  • Support more editors
    • Atom
    • VSCode (?)
    • IDEs (?)

geoffxy avatar Jan 31 '18 15:01 geoffxy

Cursor locations are highly dependent on what the editor supports. E.g. in vim you need to toggle between highlighting + and not highlighting a single row/col to simulate a marker :(

rageandqq avatar Jan 31 '18 16:01 rageandqq

emacs support is in #125

anarcat avatar Mar 14 '18 11:03 anarcat