From d4ca9870d49b5326003364c90086324d55f6ee33 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Tue, 11 Mar 2025 09:13:35 +0800 Subject: [PATCH] docs: add `since` hints --- docs/tinymist/feature/preview.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tinymist/feature/preview.typ b/docs/tinymist/feature/preview.typ index faea8aac..8f537a68 100644 --- a/docs/tinymist/feature/preview.typ +++ b/docs/tinymist/feature/preview.typ @@ -51,7 +51,7 @@ Also see: == Builtin Preview Feature -=== Using `tinymist.startDefaultPreview` Command +=== Using `tinymist.startDefaultPreview` Command (Since Tinymist v0.13.6) You can use `tinymist.startDefaultPreview` command to start a preview instance without arguments. This is used for the case where a client cannot pass arguments to the preview command, e.g. helix. Default Behaviors: @@ -64,7 +64,7 @@ case where a client cannot pass arguments to the preview command, e.g. helix. De You can set the arguments to used by configuration `tinymist.preview.browsing.args` to *override* the default behavior. The default value is `["--data-plane-host=127.0.0.1:0", "--invert-colors=auto", "--open"]`. Intentionally, the name of the configuration is *not* `tinymist.defaultPreviewArgs` or `tinymist.preview.defaultArgs` to avoid confusion. -=== Running preview server in background +=== Running preview server in background (Since Tinymist v0.13.6) You can start a preview instance in background with configuration: ```jsonc