Post #1220844
2026-02-12 20:23 UTC
@teamtype @sanchithhegde we're aware of it as a potential editor, yes. But as far as I know Kakoune does not have collaboration features, where two or more people can edit the same text, or does it?
Replies (3)
-
@alerque@mastodon.social 2026-02-13 10:02
@zormit @teamtype @sanchithhegde Not to my knowledge, but it is still interesting because the editor UI itself uses a collaboration protocol internally so you can open up multiple editor instances editing the same file. It isn't just a headless UI either, it's using a collaboration protocol internally for collaborating between editors which would map 1-to-1 to between users.
-
@sanchithhegde@hachyderm.io 2026-02-13 16:20
@zormit @teamtype The homepage of the website mentions that it has a client-server architecture, and that multiple clients can simultaneously modify a file. But I can't say with certainty however, as I haven't used it myself.
-
@sodimel@mamot.fr 2026-02-16 23:04
@teamtype @sanchithhegde @zormit have you poked inside the zed codebase to know how they do it?