From dbb7899ca3cb249f617f5d41b4507e6903171f7e Mon Sep 17 00:00:00 2001 From: claude Date: Wed, 17 Jun 2026 19:58:52 +0000 Subject: [PATCH] docs: clean up Alpha 3 section, add Known Issues Remove RevealJS thumbnails (redundant with Features section) and Upload reliability (still unresolved). Add Known Issues section documenting the large file upload timeout. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b64c977c92..211046b06e 100644 --- a/README.md +++ b/README.md @@ -144,9 +144,6 @@ Refinements to the Typst editor and the format badge system: complete UI (login, dashboard, editor, settings, emails). - **Visual editors for Quarto and Typst** — bold, italic, headings and inline code shortcuts in the toolbar for `.qmd` and `.typ` files. -- **RevealJS thumbnails** — first-slide PNG preview rendered in project cards. -- **Upload reliability** — streaming response fix so large file uploads on slow - connections no longer time out at the proxy layer. - **Top/bottom split view** — new editor layout that stacks the source editor above the PDF preview vertically, in addition to the existing side-by-side mode. - **Bidirectional format export** — LaTeX projects can be exported to Typst, @@ -157,6 +154,13 @@ Refinements to the Typst editor and the format badge system: --- +## Known issues + +- **Large file upload timeouts** — uploads of large files on slow connections + can time out at the proxy layer. A streaming response fix is pending. + +--- + ## Security model — trusted environments only > [!CAUTION]