From 0506573a3ce5a198a3091051436b923b70d1e184 Mon Sep 17 00:00:00 2001 From: Patrick Massot Date: Tue, 15 Jul 2025 11:02:05 +0200 Subject: [PATCH 1/3] Mention Tinymist README.md Include a version of the disclaimer from Typst Universe. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dee102b6..a47077b00 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,12 @@ typst help watch ``` If you prefer an integrated IDE-like experience with autocompletion and instant -preview, you can also check out [Typst's free web app][app]. +preview, you can try using a third-party LSP server such as +[Tinymist](https://myriad-dreamin.github.io/tinymist/) which can be used with +all major code editors. Note however that Typst GmbH did not create this tool +and cannot guarantee its correct functionality or compatibility with any version +of the Typst compiler. +Alternatively, you can also check out [Typst's free web app][app]. ## Community The main places where the community gathers are our [Forum][forum] and our From 2d43119d1267444261ebab73bc63e0f4a9e8d13a Mon Sep 17 00:00:00 2001 From: Patrick Massot Date: Tue, 15 Jul 2025 22:23:38 +0200 Subject: [PATCH 2/3] Update README.md Switch to the version proposed by @laurmaedje on discord. --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a47077b00..e19d1b254 100644 --- a/README.md +++ b/README.md @@ -173,13 +173,11 @@ typst help typst help watch ``` -If you prefer an integrated IDE-like experience with autocompletion and instant -preview, you can try using a third-party LSP server such as -[Tinymist](https://myriad-dreamin.github.io/tinymist/) which can be used with -all major code editors. Note however that Typst GmbH did not create this tool -and cannot guarantee its correct functionality or compatibility with any version -of the Typst compiler. -Alternatively, you can also check out [Typst's free web app][app]. +If you prefer an integrated IDE-like experience with autocompletion and instant +preview, you can also check out our [free web app][app]. Alternatively, there is +a community-created LSP called +[Tinymist](https://myriad-dreamin.github.io/tinymist/) which is integrated into +various editor extensions. ## Community The main places where the community gathers are our [Forum][forum] and our From ab7c90334dd3ef39e9eec4a3f662313e4c86c6ff Mon Sep 17 00:00:00 2001 From: Patrick Massot Date: Thu, 17 Jul 2025 21:02:30 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e19d1b254..675c7bdca 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ typst help watch If you prefer an integrated IDE-like experience with autocompletion and instant preview, you can also check out our [free web app][app]. Alternatively, there is -a community-created LSP called +a community-created language server called [Tinymist](https://myriad-dreamin.github.io/tinymist/) which is integrated into various editor extensions.