1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 18:56:56 +00:00

Merge 6b337584ebc2d4264a3a58071f8757c68e310c2b into 961e74f73d230d0028efb586db07699120eac888

This commit is contained in:
欧阳 2025-03-29 16:49:45 +08:00 committed by GitHub
commit 1c2bed01e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
* `--render '.' 'tiddlers.json' 'text/plain' '$:/core/templates/exporters/JsonFile' '' 'exportFilter' '[tag[HelloThere]]'` -- renders the tiddlers tagged "HelloThere" to a JSON file named "tiddlers.json"