tinymist icon indicating copy to clipboard operation
tinymist copied to clipboard

Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].

Results 64 tinymist issues
Sort by recently updated
recently updated
newest added

**Motivation** Being able to rename labels would make it easier to work on long documents without resorting to search and replace to change figures/equations labels. **Description** Implement LSP rename capability...

enhancement

Thanks for this awesome LSP! I love it. I want to suggest that hitting `Enter` after inserting a `$` produces ``` $ | ← cursor $ ``` just as with...

1. add a config of syncRepo for vscode 2. commands `tinymist.pullSyncRepo` and `tinymist.typstSync` for vscode I didn't find a simple git library in rust, and the asynchronous cancelable commands to...

1. Auto complete for `#import "@local/xxx"` 2. Create or open a local package in tinymist

**Motivation and Description** The effect of rendered text is unsatisfied, especially on low-resolution displays. This is because we put glyphs on arbitrary position, resulting bad subpixel renderings. From experience of...

enhancement
document-preview

**Motivation** Moving or naming a file in vscode file explorer breaks links within documents. It would be great if the links could be automatically updated. For example renaming a image...

enhancement

**Motivation** Most pdf viewer extensions are outdated, or are part of large extensions (Quarto, LaTeX Workshop), or are a bit sketchy. I've some experience in integrating pdfjs to VSCode. If...

enhancement

**Describe the bug** The outline shows everything as a flat list that quickly becomes unwieldy. ```typst #let fun() = { let a = 1 let clos() = 2 } ```...

bug

**Describe the bug** Hello ! I'm currently working with vs code on two different typst files, which I both have previews of. For the sake of explainations I'll number them...

enhancement
good first issue
document-preview

**Describe the bug** Preview does not display variable fonts correctly. ## As shown in preview: ## As shown in the compiled PDF: **Package/Software version:** Using NeoVim tinymist extension version: `v0.11.1`....

need-to-investigate
document-preview