From 47982b582b3d9914d720e40dccc09bf1f7ff0dd9 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Thu, 7 Mar 2024 21:35:01 +0800 Subject: [PATCH] build: update metadata --- Cargo.lock | 4 ++-- Cargo.toml | 6 +++--- editors/vscode/README.md | 32 ++++++++++++++++---------------- editors/vscode/package.json | 6 +++--- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 749131493..3a2cf755a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3395,7 +3395,7 @@ dependencies = [ [[package]] name = "tinymist" -version = "0.1.0" +version = "0.11.0" dependencies = [ "anyhow", "async-trait", @@ -3421,7 +3421,7 @@ dependencies = [ [[package]] name = "tinymist-query" -version = "0.1.0" +version = "0.11.0" dependencies = [ "anyhow", "comemo", diff --git a/Cargo.toml b/Cargo.toml index e84678ca8..33b5cd72f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [workspace.package] description = "Fast lsp implementation for typst." authors = ["Myriad-Dreamin "] -version = "0.1.0" +version = "0.11.0" edition = "2021" readme = "README.md" license = "Apache-2.0" -homepage = "https://github.com/_/tinymist" -repository = "https://github.com/_/tinymist" +homepage = "https://github.com/Myriad-Dreamin/tinymist" +repository = "https://github.com/Myriad-Dreamin/tinymist" rust-version = "1.74" [workspace] diff --git a/editors/vscode/README.md b/editors/vscode/README.md index 15a72e775..9a68e26ff 100644 --- a/editors/vscode/README.md +++ b/editors/vscode/README.md @@ -4,26 +4,26 @@ A VS Code extension for Typst. ## Features -- Syntax highlighting, error reporting, code completion, and function signature - help -- Compiles to PDF on save (configurable to as-you-type, or can be disabled) +- Syntax highlighting, error reporting, code completion, and function signature + help +- Compiles to PDF on save (configurable to as-you-type, or can be disabled) ## Usage Tips -- This extension compiles to PDF, but it doesn't have a PDF viewer yet. To view - the output as you work, install a PDF viewer extension, such as - `vscode-pdf`. -- To configure when PDFs are compiled: - 1. Open settings - - File -> Preferences -> Settings (Linux, Windows) - - Code -> Preferences -> Settings (Mac) - 2. Search for "Typst Export PDF" - 3. Change the Export PDF setting - - `onSave` makes a PDF after saving the Typst file - - `onType` makes PDF files live, as you type - - `never` disables PDF compilation +- This extension compiles to PDF, but it doesn't have a PDF viewer yet. To view + the output as you work, install a PDF viewer extension, such as + `vscode-pdf`. +- To configure when PDFs are compiled: + 1. Open settings + - File -> Preferences -> Settings (Linux, Windows) + - Code -> Preferences -> Settings (Mac) + 2. Search for "Typst Export PDF" + 3. Change the Export PDF setting + - `onSave` makes a PDF after saving the Typst file + - `onType` makes PDF files live, as you type + - `never` disables PDF compilation ## Technical -The extension uses [Typst LSP](https://github.com/_/tinymist) on the +The extension uses [Typst LSP](https://github.com/Myriad-Dreamin/tinymist) on the backend. diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 1713b76a5..2a58f4f20 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -12,8 +12,8 @@ "Nathan Varner" ], "publisher": "Myriad-Dreamin", - "license": "Apache-2.0 OR MIT", - "version": "0.12.0", + "license": "Apache-2.0", + "version": "0.11.0", "engines": { "vscode": "^1.71.0" }, @@ -21,7 +21,7 @@ "contributes": { "configuration": { "type": "object", - "title": "Typst LSP", + "title": "Tinymist Typst LSP", "properties": { "tinymist.exportPdf": { "title": "Export PDF",