github Myriad-Dreamin/tinymist v0.13.14-rc1

latest releases: v0.14.19-rc8, v0.14.19-rc7, v0.14.19-rc6...
pre-release11 months ago

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.

Editor

  • Added command to profile the entire server in #1438

Compiler

  • (Fix) Fixed a panic when getting font index which is hit by comemo again (#1213, #1645) in #1790

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

Code Action

  • Autofixing unknown variable: a and file 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

  • Rearranging and testing dependency meta in #1760
  • (Fix) Corrected link to Automattic/haper in #1748

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

File Platform Checksum
tinymist-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
tinymist-x86_64-apple-darwin.tar.gz Intel macOS checksum
tinymist-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
tinymist-x86_64-pc-windows-msvc.zip x64 Windows checksum
tinymist-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
tinymist-loongarch64-unknown-linux-gnu.tar.gz LOONGARCH64 Linux checksum
tinymist-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
tinymist-arm-unknown-linux-gnueabihf.tar.gz ARMv6 Linux (Hardfloat) checksum
tinymist-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
tinymist-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
tinymist-loongarch64-unknown-linux-musl.tar.gz LOONGARCH64 MUSL Linux checksum
tinymist-riscv64gc-unknown-linux-musl.tar.gz RISCV MUSL Linux checksum
tinymist-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
tinymist-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
tinymist-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum
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)

Don't miss a new tinymist release

NewReleases is sending notifications on new releases.