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

Note: I'm not talking about initialization options, but settings. I have read the [tinymist language server configuration doc](https://github.com/Myriad-Dreamin/tinymist/blob/main/editors/neovim/Configuration.md). It has configuration entries like `outputPath` directly on the top-most level, i.e....

enhancement

**Motivation** It seems that whenever I restart the Neovim, I need to re-pin the main file, thus I hope that tinymist can have some sort of project level configuration. **Description**...

enhancement

Here is my config for the LSP in neovim in init.lua. ```lua { "neovim/nvim-lspconfig", dependencies = { "kevinhwang91/nvim-ufo", { "j-hui/fidget.nvim", opts = {} }, { "folke/neodev.nvim", opts = {} },...

documentation

https://github.com/user-attachments/assets/896fae2f-d7ff-4f38-83b8-4caea5f6597a This is somewhat related to my preview report https://github.com/Myriad-Dreamin/tinymist/issues/505 IMO the preview is too eager to say "hey, here I am". Showing the position only on double-click would solve...

enhancement
document-preview

**Describe the bug** When the preview is a bit zoomed in (so that it has an horizontal scrollbar) it moves the document so that the current position is near the...

enhancement
document-preview

**Motivation** When using the TinyMist Typst VSCode extension in a proxy environment, I encountered an issue where document preview fails with the following error: > typst_ts_compiler > error: failed to...

enhancement

**Describe the bug** 在进行tinymist多文件编写的时候,最新版本无法处理子文件有error但是主文件编译不出现error时的preview刷新。具体来说,当子文件(例如子组件或子模块)中存在错误时,tinymist不会正确地更新预览界面,即使主文件编译没有错误。 When doing tinymist multi-file authoring, the latest version cannot handle preview refreshes when there are errors in subfiles but the main file compiles without errors. Specifically,...

documentation
enhancement

**Motivation** I wish I could use tinymist preview behind a Cloudflare tunnel to let my students/colleagues preview an active document I'm writing and share notes live. **Description** It seems that...

enhancement
good first issue
document-preview

**Motivation** Writing function to include images etc. is tiresome. **Description** VSCode allows to transform the drag and drop behavior for different file types into the code editor. The markdown extension...

enhancement
good first issue

**Describe the bug** When a function takes multiple trailing content block arguments, folding is only applied to the first one. Note: I've pointed out some inaccuracies in this report template...

enhancement