With new approach to converting typst to other markup, we fully supported typst scripting with the conversion and introduced unofficial but tinymist-built-in support to export LaTeX, DocX, and Plain Text.
There is a sample workspace (Permalink) to test the LaTeX export for creating IEEE papers.
- Bumped MSRV to v1.85 in #1683
- Bumped typstyle to v0.13.10 and add config for hard wrap by @Enter-tainer in #1737 and #1797
- This includes few significant changes. For more details, see https://enter-tainer.github.io/typstyle/changelog/#v01310---2025-06-05
Editor
- Added command to profile the entire server in #1438
Compiler
Code Analysis
- Added path conversion actions for absolute and relative paths by @BlueQuantumx in #1696
- Re-identifying ref colon syntax and perform IDE operations in #1735
Typlite
- (Test) Using snapshot testing and added more cases in #1717 and #1719
- Reimplemented typlite by html export by @hongjr03 and @Myriad-Dreamin in #1684, #1720, #1728, #1729, #1754, #1758, #1759, #1762, #1779, #1767, #1771, and #1772
- Supporting LaTeX export by @hongjr03 and @Myriad-Dreamin in #1718
- Supporting Docx export by @hongjr03 and @Myriad-Dreamin in #1727
- Supporting Text output support by @hongjr03 and @Myriad-Dreamin in #1731
- Printing diagnostics in #1753
Code Action
- Autofixing
unknown variable: aandfile not found (searched at a.typ)by code action in #1743
Completion
- (Fix) Escaping snippet syntax in the completing code in #1741
- Completing function docs generation only if the next line is a function definition in #1740
Signature Help
- Forbidding signature help in some cases in #1742
Docstring
- (Fix) Counting dedent of the empty comment lines correctly in #1690
Syntax/Semantic Highlighting
- (Fix) Stopping parsing markup call before math dollar by @sjfhsjfh in #1752
- (Fix) Terminating many expressions before dollar in #1755
- (Fix) Stopping hash expressions before "operators" in #1756
Preview
- Triggering scroll only when selection is not adjacent in #1787
Misc
Full Changelog: v0.13.12...v0.13.14-rc1
Download Binary
Install tinymist 0.13.14-rc1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.14-rc1/tinymist-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.14-rc1/tinymist-installer.ps1 | iex"Download tinymist 0.13.14-rc1
Download VS Code Extension
Download tinymist VS Code Extension 0.13.14-rc1
File
Platform
Assets
tinymist-win32-x64.vsix
x64 Windows
Binary, Debug Symbols
tinymist-win32-arm64.vsix
ARM64 Windows
Binary, Debug Symbols
tinymist-linux-x64.vsix
x64 Linux
Binary, Debug Symbols
tinymist-linux-arm64.vsix
ARM64 Linux
Binary, Debug Symbols
tinymist-linux-armhf.vsix
ARMv7 Linux
Binary, Debug Symbols
tinymist-darwin-x64.vsix
Intel macOS
Binary, Debug Symbols
tinymist-darwin-arm64.vsix
Apple Silicon macOS
Binary, Debug Symbols
tinymist-alpine-x64.vsix
x64 Alpine Linux
Binary, Debug Symbols
tinymist-alpine-arm64.vsix
ARM64 Alpine Linux
Binary, Debug Symbols
tinymist-web.vsix
Browser (Web)
tinymist-universal.vsix
Other Platforms (Universal)