mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
build: update metadata
This commit is contained in:
parent
bc6e981e81
commit
47982b582b
4 changed files with 24 additions and 24 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
[workspace.package]
|
||||
description = "Fast lsp implementation for typst."
|
||||
authors = ["Myriad-Dreamin <camiyoru@gmail.com>"]
|
||||
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]
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue