enso/app/ydoc-shared/src
Kaz Wesley 70253e73ed
Render tables in documentation. (#11564)
* Render tables in documentation.

Also:
- Separate parser for our flavor of Markdown from the CodeMirror integration;
  move the parser into ydoc-shared and use for Markdown line-wrapping.
- Introduce our own version of yCollab extension; initially just the upstream
  version translated to Typescript and our code style.
- Refactor CodeEditor.

* CHANGELOG, prettier

* Apply @farmaazon review.

* Fix

* Lint

* Cleanup

* Integration tests for GraphNodeComment

Also a little refactoring in preparation for new implementation.

* Workaround stuck CI

* Revert "Workaround stuck CI"

This reverts commit 74313842ba.

* Fix merge

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-11-20 10:40:24 +00:00
..
__tests__ New markdown editor (#11469) 2024-11-06 16:54:32 +00:00
ast Render tables in documentation. (#11564) 2024-11-20 10:40:24 +00:00
languageServer Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
languageServerTypes New markdown editor (#11469) 2024-11-06 16:54:32 +00:00
util New markdown editor (#11469) 2024-11-06 16:54:32 +00:00
binaryProtocol.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
ensoFile.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
languageServer.ts Add Write button to component menu (#11523) 2024-11-13 19:45:32 +00:00
languageServerTypes.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
uuid.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
yjsModel.ts Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00