Additional example of render command

Fixes #6827
This commit is contained in:
jeremy@jermolene.com 2022-07-28 16:33:57 +01:00
parent 28070f847c
commit ca762ab7a6
1 changed files with 1 additions and 1 deletions

View File

@ -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"