mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Update chinese translations for help command (#2775)
* enhanced rendertiddler command * the new fetch command
This commit is contained in:
parent
6a172363da
commit
7086c41b6c
28
languages/zh-Hans/Help/fetch.tid
Normal file
28
languages/zh-Hans/Help/fetch.tid
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
title: $:/language/Help/fetch
|
||||||
|
description: 通过网址从维基撷取条目
|
||||||
|
|
||||||
|
通过 HTTP/HTTPS 撷取一个或多个文件,并导入匹配筛选器的条目,可选的转换传入的名称。
|
||||||
|
|
||||||
|
```
|
||||||
|
--fetch file <url> <import-filter> <transform-filter>
|
||||||
|
--fetch files <url-filter> <import-filter> <transform-filter>
|
||||||
|
```
|
||||||
|
|
||||||
|
使用 "file" 选项为仅撷取单个文件,且第一个参数为要读取文件的网址。
|
||||||
|
|
||||||
|
使用 "files" 选项为撷取多个文件,且第一个参数是一个产生要读取文件的网址清单的筛选器。例如,给定标签为 "remote-server" 的一组具有字段 "url" 的条目,筛选器 `[tag[remote-server]get[url]]` 将取回所有可用的网址。
|
||||||
|
|
||||||
|
`<import-filter>` 参数指定一个筛选器,用于确定要导入哪些条目。如果未提供,则默认为 `[all[tiddlers]]`。
|
||||||
|
|
||||||
|
`<transform-filter>` 参数指定一个可选的筛选器,用于转换导入条目的名称。例如,`[addprefix[$:/myimports/]]` 会将前缀 `$:/myimports/` 加至每个名称。
|
||||||
|
|
||||||
|
于 `--fetch` 之前使用 `--verbose` 命令,将在导入期间输出进度信息。
|
||||||
|
|
||||||
|
请注意,TiddlyWiki 不会撷取一个已经加载插件的旧版本。
|
||||||
|
|
||||||
|
以下示例从 http://tiddlywiki.com 取回所有非系统条目,并将其保存到一个 JSON 文件:
|
||||||
|
|
||||||
|
```
|
||||||
|
tiddlywiki --verbose --fetch file "http://tiddlywiki.com/" "[!is[system]]" "" --rendertiddler "$:/core/templates/exporters/JsonFile" output.json text/plain "" exportFilter "[!is[system]]"
|
||||||
|
```
|
||||||
|
|
@ -1,7 +1,11 @@
|
|||||||
title: $:/language/Help/rendertiddler
|
title: $:/language/Help/rendertiddler
|
||||||
description: 呈现个别条目为指定的内容类型
|
description: 呈现个别条目为指定的内容类型
|
||||||
|
|
||||||
呈现个别条目为指定的[[内容类型|ContentType]],默认为 `text/html` 且保存为指定的文件名。还可以指定一个范本,在这种情况下,"currentTiddler" 变数设为正在呈现的条目 (第一个参数值) 与范本条目合并呈现。
|
呈现个别条目为指定的[[内容类型|ContentType]],默认为 `text/html` 且保存为指定的文件名。
|
||||||
|
|
||||||
|
还可以指定一个模板,在这种情况下,"currentTiddler" 变量设为正在呈现的条目 (第一个参数值) 与模板条目合并呈现。
|
||||||
|
|
||||||
|
也能可选地指定附加变量的名称与其值。
|
||||||
|
|
||||||
```
|
```
|
||||||
--rendertiddler <title> <filename> [<type>] [<template>]
|
--rendertiddler <title> <filename> [<type>] [<template>]
|
||||||
@ -9,4 +13,10 @@ description: 呈现个别条目为指定的内容类型
|
|||||||
|
|
||||||
默认情况下,文件名被解析为相对于版本文件夹的 `output` 子文件夹。 `--output` 命令可以用于将输出指定到一个不同的文件夹。
|
默认情况下,文件名被解析为相对于版本文件夹的 `output` 子文件夹。 `--output` 命令可以用于将输出指定到一个不同的文件夹。
|
||||||
|
|
||||||
自动创建在文件名称的路径中任何缺少的文件夹。
|
自动创建在文件名称的路径中任何缺少的文件夹。
|
||||||
|
|
||||||
|
例如,以下命令通过使用核心模板 `$:/core/templates/exporters/JsonFile`,将所有匹配筛选器 `[tag[done]]` 的条目保存到名为 `output.json` 的 JSON 文件。
|
||||||
|
|
||||||
|
```
|
||||||
|
--rendertiddler "$:/core/templates/exporters/JsonFile" output.json text/plain "" exportFilter "[tag[done]]"
|
||||||
|
```
|
28
languages/zh-Hant/Help/fetch.tid
Normal file
28
languages/zh-Hant/Help/fetch.tid
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
title: $:/language/Help/fetch
|
||||||
|
description: 通過網址從維基擷取條目
|
||||||
|
|
||||||
|
通過 HTTP/HTTPS 擷取一個或多個檔案,並導入符合篩選器的條目,可選的轉換傳入的名稱。
|
||||||
|
|
||||||
|
```
|
||||||
|
--fetch file <url> <import-filter> <transform-filter>
|
||||||
|
--fetch files <url-filter> <import-filter> <transform-filter>
|
||||||
|
```
|
||||||
|
|
||||||
|
使用 "file" 選項為僅擷取單個檔案,且第一個參數為要讀取檔案的網址。
|
||||||
|
|
||||||
|
使用 "files" 選項為擷取多個檔案,且第一個參數是一個產生要讀取檔案的網址清單的篩選器。例如,給定標籤為 "remote-server" 的一組具有欄位 "url" 的條目,篩選器 `[tag[remote-server]get[url]]` 將取回所有可用的網址。
|
||||||
|
|
||||||
|
`<import-filter>` 參數指定一個篩選器,用於確定要導入哪些條目。如果未提供,則預設為 `[all[tiddlers]]`。
|
||||||
|
|
||||||
|
`<transform-filter>` 參數指定一個可選的篩選器,用於轉換導入條目的名稱。例如,`[addprefix[$:/myimports/]]` 會將前綴 `$:/myimports/` 加至每個名稱。
|
||||||
|
|
||||||
|
於 `--fetch` 之前使用 `--verbose` 命令,將在導入期間輸出進度資訊。
|
||||||
|
|
||||||
|
請注意,TiddlyWiki 不會擷取一個已經載入插件的舊版本。
|
||||||
|
|
||||||
|
以下範例從 http://tiddlywiki.com 取回所有非系統條目,並將其儲存到一個 JSON 檔案:
|
||||||
|
|
||||||
|
```
|
||||||
|
tiddlywiki --verbose --fetch file "http://tiddlywiki.com/" "[!is[system]]" "" --rendertiddler "$:/core/templates/exporters/JsonFile" output.json text/plain "" exportFilter "[!is[system]]"
|
||||||
|
```
|
||||||
|
|
@ -1,12 +1,22 @@
|
|||||||
title: $:/language/Help/rendertiddler
|
title: $:/language/Help/rendertiddler
|
||||||
description: 呈現個別條目為指定的內容類型
|
description: 呈現個別條目為指定的內容類型
|
||||||
|
|
||||||
呈現個別條目為指定的[[內容類型|ContentType]],預設為 `text/html` 且儲存為指定的檔名。還可以指定一個範本,在這種情況下,"currentTiddler" 變數設為正在呈現的條目 (第一個參數值) 與範本條目合併呈現。
|
呈現個別條目為指定的[[內容類型|ContentType]],預設為 `text/html` 且儲存為指定的檔名。
|
||||||
|
|
||||||
|
還能可選地指定一個範本條目的名稱,在這種情況下,"currentTiddler" 變數設為正在呈現的條目 (第一個參數值) 與範本條目合併呈現。
|
||||||
|
|
||||||
|
也能可選地指定附加變數的名稱與其值。
|
||||||
|
|
||||||
```
|
```
|
||||||
--rendertiddler <title> <filename> [<type>] [<template>]
|
--rendertiddler <title> <filename> [<type>] [<template>] [<name>] [<value>]
|
||||||
```
|
```
|
||||||
|
|
||||||
預設情況下,檔名被解析為相對於版本資料夾的 `output` 子資料夾。 `--output` 命令可以用於將輸出指定到一個不同的資料夾。
|
預設情況下,檔名被解析為相對於版本資料夾的 `output` 子資料夾。 `--output` 命令可以用於將輸出指定到一個不同的資料夾。
|
||||||
|
|
||||||
自動建立在檔案名稱的路徑中任何缺少的資料夾。
|
自動建立在檔案名稱的路徑中任何缺少的資料夾。
|
||||||
|
|
||||||
|
例如,以下命令通過使用核心範本 `$:/core/templates/exporters/JsonFile`,將所有符合篩選器 `[tag[done]]` 的條目儲存到名為 `output.json` 的 JSON 檔案。
|
||||||
|
|
||||||
|
```
|
||||||
|
--rendertiddler "$:/core/templates/exporters/JsonFile" output.json text/plain "" exportFilter "[tag[done]]"
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user