From a453121e96ce122143cb65f50ffd47844f523109 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Fri, 29 Jul 2022 09:48:49 +0100 Subject: [PATCH] Render command help: use single quotes for safety See https://github.com/Jermolene/TiddlyWiki5/issues/6827#issuecomment-1198540330 --- core/language/en-GB/Help/render.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/language/en-GB/Help/render.tid b/core/language/en-GB/Help/render.tid index dca892d7f..f25390fea 100644 --- a/core/language/en-GB/Help/render.tid +++ b/core/language/en-GB/Help/render.tid @@ -31,5 +31,5 @@ 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 '[!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"