docs: remove - hint (#2046)
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / build (push) Blocked by required conditions
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run

Closes #2038
This commit is contained in:
Myriad-Dreamin 2025-08-19 13:15:16 +08:00 committed by GitHub
parent f964d9d91a
commit 4bec3e4ac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -238,7 +238,7 @@ This configuration specifies the way to resolved projects.
## `rootPath`
Configure the root for absolute paths in typst. Hint: you can set the rootPath to `-`, so that tinymist will always use parent directory of the file as the root path. Note: for Neovim users, if it complains root not found, you must set `require("lspconfig")["tinymist"].setup { root_dir }` as well, see [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528).
Configure the root for absolute paths in typst. Note: for Neovim users, if it complains root not found, you must set `require("lspconfig")["tinymist"].setup { root_dir }` as well, see [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528).
- **Type**: string | null

View file

@ -423,7 +423,7 @@ This configuration specifies the way to resolved projects.
## `tinymist.rootPath`
Configure the root for absolute paths in typst. Hint: you can set the rootPath to `-`, so that tinymist will always use parent directory of the file as the root path. Note: for Neovim users, if it complains root not found, you must set `require("lspconfig")["tinymist"].setup { root_dir }` as well, see [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528).
Configure the root for absolute paths in typst. Note: for Neovim users, if it complains root not found, you must set `require("lspconfig")["tinymist"].setup { root_dir }` as well, see [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528).
- **Type**: string | null

View file

@ -236,7 +236,7 @@ This configuration specifies the way to resolved projects.
## `rootPath`
Configure the root for absolute paths in typst. Hint: you can set the rootPath to `-`, so that tinymist will always use parent directory of the file as the root path. Note: for Neovim users, if it complains root not found, you must set `require("lspconfig")["tinymist"].setup { root_dir }` as well, see [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528).
Configure the root for absolute paths in typst. Note: for Neovim users, if it complains root not found, you must set `require("lspconfig")["tinymist"].setup { root_dir }` as well, see [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528).
- **Type**: string | null

View file

@ -311,7 +311,7 @@ This configuration specifies the way to resolved projects.
## `tinymist.rootPath`
Configure the root for absolute paths in typst. Hint: you can set the rootPath to `-`, so that tinymist will always use parent directory of the file as the root path. Note: for Neovim users, if it complains root not found, you must set `require("lspconfig")["tinymist"].setup { root_dir }` as well, see [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528).
Configure the root for absolute paths in typst. Note: for Neovim users, if it complains root not found, you must set `require("lspconfig")["tinymist"].setup { root_dir }` as well, see [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528).
- **Type**: string | null

View file

@ -1080,8 +1080,8 @@ en = "Root path"
zh = "根路径"
[extension.tinymist.config.tinymist.rootPath.desc]
en = "Configure the root for absolute paths in typst. Hint: you can set the rootPath to `-`, so that tinymist will always use parent directory of the file as the root path. Note: for Neovim users, if it complains root not found, you must set `require(\"lspconfig\")[\"tinymist\"].setup { root_dir }` as well, see [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528)."
zh = "配置 typst 中绝对路径的根。提示:您可以将 rootPath 设置为 `-`,这样 tinymist 将始终使用文件的父目录作为根路径。注意:对于 Neovim 用户,如果它抱怨找不到根目录,您还必须设置 `require(\"lspconfig\")[\"tinymist\"].setup { root_dir }`,请参见 [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528)。"
en = "Configure the root for absolute paths in typst. Note: for Neovim users, if it complains root not found, you must set `require(\"lspconfig\")[\"tinymist\"].setup { root_dir }` as well, see [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528)."
zh = "配置 typst 中绝对路径的根。注意:对于 Neovim 用户,如果它抱怨找不到根目录,您还必须设置 `require(\"lspconfig\")[\"tinymist\"].setup { root_dir }`,请参见 [tinymist#528](https://github.com/Myriad-Dreamin/tinymist/issues/528)。"
[extension.tinymist.config.tinymist.configureDefaultWordSeparator.title]
en = "Configure default word separators"