1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 00:50:28 +00:00

Update chinese language files (#6846)

* Additional example of render command
This commit is contained in:
Bram Chen 2022-07-29 15:53:35 +08:00 committed by GitHub
parent 0ad0001e29
commit e849aaab4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,4 @@ description: 呈现个别条目到文件
例子:
* `--render "[!is[system]]" "[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]"` -- 呈现所有非系统条目为 "tiddlers" 子文件夹中的文件,文件名为 URL 编码的条目名称和扩展名 HTML
* `--render "." "tiddlers.json" "text/plain" '$:/core/templates/exporters/JsonFile' "exportFilter" "[tag[HelloThere]]"` -- 将标签为 "HelloThere" 的条目渲染到名为 "tiddlers.json" 的 JSON 文件

View File

@ -31,3 +31,4 @@ description: 呈現個別條目到檔案
範例:
* `--render "[!is[system]]" "[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]"` -- 呈現所有非系統條目為 "tiddlers" 子資料夾中的檔案,檔名為 URL 編碼的條目名稱和副檔名 HTML
* `--render "." "tiddlers.json" "text/plain" '$:/core/templates/exporters/JsonFile' "exportFilter" "[tag[HelloThere]]"` -- 將標籤為 "HelloThere" 的條目渲染到名為 "tiddlers.json" 的 JSON 檔案