enso/app/ydoc-server/src
Kaz Wesley 867c77d5cc
New markdown editor (#11469)
Implements #11240.

https://github.com/user-attachments/assets/4d2f8021-3e0f-4d39-95df-bcd72bf7545b

# Important Notes
- Fix a Yjs document corruption bug caused by `DeepReadonly` being replaced by a stub; introduce a `DeepReadonly` implementation without Vue dependency.
- Fix right panel sizing when code editor is open.
- Fix right panel slide-in animation.
- `Ast.Function` renamed to `Ast.FunctionDef`.
2024-11-06 16:54:32 +00:00
..
__tests__ Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
auth.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
debug.ts Split ydoc server into separate module (#10735) 2024-08-08 12:12:05 +00:00
edits.ts New markdown editor (#11469) 2024-11-06 16:54:32 +00:00
fileFormat.ts Add compression to the metadata code snapshot (#11470) 2024-11-05 11:57:43 +00:00
index.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
languageServerSession.ts New markdown editor (#11469) 2024-11-06 16:54:32 +00:00
serialization.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
ydoc.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00