github Myriad-Dreamin/tinymist v0.11.10

latest releases: v0.14.16, v0.14.16-rc1, v0.14.14...
23 months ago

Editor

  • Transparentized the background of typst icon in #313

    image

  • 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

image

Code Action

  • Checking and moving the exactly single punctuation after the math equation to refactor in #306

    Action to apply:

    image

    After applying:

    image

Full Changelog: v0.11.9...v0.11.10

Don't miss a new tinymist release

NewReleases is sending notifications on new releases.