- Bumped typstyle to v0.11.23 by @Enter-tainer in #315
Editor
-
Transparentized the background of typst icon in #313
-
Made more consistent font configuration in #312
- It now processes font paths at the server side, to allow font configuration in clients other than VSCode.
- It accepts absolute path or relative path from the workspace root.
- It ignores the vscode variables, such as
${workspaceFolder}, at the server side. This is still a VSCode only feature.
Example configuration:
"tinymist.fontPaths": [ "${workspaceFolder}/assets/fonts", "${workspaceFolder}/assets/typst-fonts" ],Or equivalently:
"tinymist.fontPaths": [ "assets/fonts", "assets/typst-fonts" ],
Completion
- Completing CSL paths in #310
Code Action
-
Checking and moving the exactly single punctuation after the math equation to refactor in #306
Action to apply:
After applying:
Full Changelog: v0.11.9...v0.11.10



