1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-31 15:16:18 +00:00

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

View File

@ -32,4 +32,4 @@ Notes:
Examples: 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 "[!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"