From 60d48ae5326514c053121a701940ea2b21e1588d Mon Sep 17 00:00:00 2001 From: claude Date: Fri, 19 Jun 2026 11:32:41 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20release=20alpha=203=20=E2=80=94=20remov?= =?UTF-8?q?e=20in-progress=20marker,=20fix=20export=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mark Alpha 3 as released (drop the "in progress" qualifier) and correct the bidirectional format export entry: only LaTeX ↔ Typst conversion is available; DOCX, Markdown and HTML exports are not yet implemented. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 211046b06e..f53864031f 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Refinements to the Typst editor and the format badge system: shortcuts (`Ctrl+B`, `Ctrl+I`), plus underline, small-caps and hyperlink buttons, matching the Quarto and LaTeX toolbar experience. -### Alpha 3 *(in progress)* +### Alpha 3 - **Lumière theme** — redesigned project dashboard with a card grid, PDF/slide thumbnails, parallax hover effects, a teal gradient identity and a dark editor @@ -146,9 +146,8 @@ Refinements to the Typst editor and the format badge system: shortcuts in the toolbar for `.qmd` and `.typ` files. - **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, - DOCX, Markdown or HTML via pandoc; Typst projects can be exported to LaTeX. - Available from the File menu in the editor. +- **Bidirectional format export** — LaTeX projects can be converted to Typst and + Typst projects to LaTeX via pandoc. Available from the File menu in the editor. - **Mobile layout** — project dashboard, search bar, footer and editor all adapted for phone screen sizes.