From 6b337584ebc2d4264a3a58071f8757c68e310c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AC=A7=E9=98=B3?= Date: Sat, 29 Mar 2025 16:48:28 +0800 Subject: [PATCH] docs: add missing quote for render command --- core/language/en-GB/Help/render.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/language/en-GB/Help/render.tid b/core/language/en-GB/Help/render.tid index f25390fea..00dfe4365 100644 --- a/core/language/en-GB/Help/render.tid +++ b/core/language/en-GB/Help/render.tid @@ -32,4 +32,4 @@ Notes: Examples: * `--render '[!is[system]]' '[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]'` -- renders all non-system tiddlers as files in the subdirectory "tiddlers" with URL-encoded titles and the extension HTML -* `--render '.' 'tiddlers.json' 'text/plain' '$:/core/templates/exporters/JsonFile' 'exportFilter' '[tag[HelloThere]]'` -- renders the tiddlers tagged "HelloThere" to a JSON file named "tiddlers.json" +* `--render '.' 'tiddlers.json' 'text/plain' '$:/core/templates/exporters/JsonFile' '' 'exportFilter' '[tag[HelloThere]]'` -- renders the tiddlers tagged "HelloThere" to a JSON file named "tiddlers.json"