From 1bba4e07d25aff8902fcbd107ffd8b664283d275 Mon Sep 17 00:00:00 2001 From: Wenzhuo Liu Date: Wed, 3 Jul 2024 23:31:45 +0800 Subject: [PATCH 1/3] docs: sunsetting typst-preview repo --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 93cbe72..53c6d01 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ +# Important Notice + +The contents of this repository have been consolidated into [tinymist](https://github.com/Myriad-Dreamin/tinymist). It is an all-in-one language server for typst. + + +We recommend all users migrate to tinymist for the following benefits: + +- More centralized resource management +- Reduced redundancy and lower resource usage +- Easier updates and maintenance + +This repository will no longer be updated in future. All development will move to tinymist. Thank you for your support and understanding! + +If you have any questions, please open an issue in the new repository. + # Typst Preview VSCode Preview your Typst files in vscode instantly! From 029136c182f9996caff3bdc9dac3579c2102a5c8 Mon Sep 17 00:00:00 2001 From: Wenzhuo Liu Date: Sat, 6 Jul 2024 10:06:16 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 53c6d01..da0b9e6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ We recommend all users migrate to tinymist for the following benefits: This repository will no longer be updated in future. All development will move to tinymist. Thank you for your support and understanding! +- We still maintain the typst-preview extension for a while (until we allow run lsp with only typst-preview feature) + - The lazy people can continue using their setting, as all old things are still working. + - This respect people who love minimal env, like a treesitter plugin plus preview. +- Tinymist will ensure compatibility to typst-preview as much as possible. + - for vscode users: uninstall the preview extension and install the tinymist extension. + - for standalone cli users: `typst-preview -> tinymist preview` + If you have any questions, please open an issue in the new repository. # Typst Preview VSCode From 8a0f5c8fd5d6ef6ef22d14419e3e65b397526467 Mon Sep 17 00:00:00 2001 From: Wenzhuo Liu Date: Sun, 7 Jul 2024 00:16:31 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index da0b9e6..462168f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ The contents of this repository have been consolidated into [tinymist](https://github.com/Myriad-Dreamin/tinymist). It is an all-in-one language server for typst. - We recommend all users migrate to tinymist for the following benefits: - More centralized resource management @@ -11,7 +10,7 @@ We recommend all users migrate to tinymist for the following benefits: This repository will no longer be updated in future. All development will move to tinymist. Thank you for your support and understanding! -- We still maintain the typst-preview extension for a while (until we allow run lsp with only typst-preview feature) +- We still maintain the typst-preview extension for a while in a best effort way. - The lazy people can continue using their setting, as all old things are still working. - This respect people who love minimal env, like a treesitter plugin plus preview. - Tinymist will ensure compatibility to typst-preview as much as possible.