Skip to content

Option to automatically open Typst preview URL in browser when server starts #40

@thrasos-dev

Description

@thrasos-dev

After configuring live preview as shown in #33 with the settings below, the preview server runs at http://127.0.0.1:23635 but has to be opened manually each time. Please add an option to automatically open the preview URL in the default browser when the server starts.

{
  "lsp":{
    "tinymist":{
      "initialization_options":{
        "preview":{
          "background":{
            "enabled":true
          }
        }
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions