KB1RD / matrix-notepad

A buggy way to collaborate on text documents using the Matrix protocol. When it works, consider this the Matrix Console of collaboration!
https://matrix-notepad.kb1rd.net/
GNU General Public License v3.0
67 stars 1 forks source link

Show cursors and highlights #22

Open KB1RD opened 4 years ago

KB1RD commented 4 years ago

It's really awkward to edit when you can't see where other users are editing. The simple solution to this is to send an ephemeral event that holds the user's typing status, but custom ephemeral events are not yet supported. This is blocked by MSC2477 (https://github.com/matrix-org/matrix-doc/pull/2477).