livebook/assets/js
Jonatan Kłosko 3e6a4adce2
Implement collaborative text editing (#10)
* Set up editor and client side delta handling

* Synchronize deltas on the server

* Document the client code, add more tests

* Implement delta on the server, use compact representation when transmitting changes

* Simplify transformation implementation and add documentation

* Add session and data tests

* Add more delta tests

* Clean up evaluator tests wait timeout
2021-01-21 13:11:45 +01:00
..
editor Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
lib Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
app.js Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
content_editable.js Setup initial session UI (#9) 2021-01-17 22:03:03 +01:00