Skip to content

Commit

Permalink
Merge pull request #108 from KunalSin9h/patch-1
Browse files Browse the repository at this point in the history
Zed Text Editor: Added as an Implementation.
  • Loading branch information
ept authored Jul 18, 2024
2 parents 8fb6e4a + 7b8c859 commit 2d45e3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ Several distributed databases also have built-in support for CRDTs:

Several text editors use CRDTs:

* [Zed](https://zed.dev/blog/crdts) is a high-performance, CRDT-based multiplayer code editor from the creators of Atom and Tree-sitter. It's open source and written in Rust.

* [crdt.el](https://code.librehq.com/qhong/crdt.el) is a real-time collaborative editing environment for Emacs using Conflict-free Replicated Data Types.

* The [Teletype package](https://teletype.atom.io/) for the
Expand Down

0 comments on commit 2d45e3b

Please sign in to comment.