tinymist
tinymist copied to clipboard
Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].
I don't understand what is the [`preview` setting](https://github.com/Myriad-Dreamin/tinymist/blob/main/editors/neovim/Configuration.md#preview). The `preview` setting documentation indicates it's a string but there are `preview.X` settings too which indicates that `preview` is also a table.
I have configured tinymist in neovim and the Hover and snippets are working. But I cannot figure out how to preview my pdf using tinymist like I can do in...
**Describe the bug** Typst Preview uses the address of the local host to communicate with the server for preview, so VSCode used from a web browser, such as Gitpod, VSCode...
**Describe the bug** Typing a colon within a math node opens completions which quickly get accepted by accident, inserting stuff like `$: equation(|)$`. The same happens if the node is...
**Motivation** While wildcard imports like `#import "package.typ": *` can be convenient for importing package interfaces once and for all, it becomes difficult to trace which specific functions or variables are...
**Motivation** I have a common setting file(s) that can be used in multiple projects. Naturally, to keep it all synced, I use symbolic link (for a dir, that contains this...
**Describe the bug** The `tinymist preview` command keeps giving a "file not found" error whenever I write to the file it's watching. But the preview is updated correctly, so clearly...
**Motivation** The more elements supporting the definition docs, the better the UX/DX. **Description** All element functions have definition docs on hover, but not the `math.equation`. https://typst.app/docs/reference/math/equation/#parameters should be added to...
Currently, the only documentation I can find about configuring this LSP in the Zed editor is [this page](https://myriad-dreamin.github.io/tinymist/frontend/zed.html), which only redirects to the extension's [homepage](https://github.com/WeetHet/typst.zed), which itself does not contains...