1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Update chinese help texts (#2945)

* update help texts of load command
* add help texts for new import command
This commit is contained in:
Bram Chen 2017-07-20 23:39:07 +08:00 committed by Jeremy Ruston
parent 8fc80cbf3c
commit 9ca9c188c9
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,24 @@
title: $:/language/Help/import
description: 从文件导入条目
从 2.x.x TiddlyWiki 文件 (`.html`)、`.tiddler`、`.tid`、`.json` 或其他文件导入条目。必须明确指定解串器,而不像 load 命令,从文件扩展名推断解串器。
```
--import <filepath> <deserializer> [<title>] [<encoding>]
```
核心的解串器包括:
* application/javascript
* application/json
* application/x-tiddler
* application/x-tiddler-html-div
* application/x-tiddlers
* text/html
* text/plain
导入的条目名称,默认为文件名。
编码默认为 "utf8",但用于导入二进制文件可以是 "base64"。
请注意TiddlyWiki 不会导入旧版本的已加载插件。

View File

@ -5,6 +5,7 @@ description: 从文件中加载条目
```
--load <filepath>
--load <dirpath>
```
从已加密的 TiddlyWiki 文件中加载条目,须使用 PasswordCommand 指定密码,例如:

View File

@ -0,0 +1,24 @@
title: $:/language/Help/import
description: 從檔案導入條目
從 2.x.x TiddlyWiki 檔案 (`.html`)、`.tiddler`、`.tid`、`.json` 或其他檔案導入條目。必須明確指定解串器,而不像 load 命令,從檔案的副檔名推斷解串器。
```
--import <filepath> <deserializer> [<title>] [<encoding>]
```
核心的解串器包括:
* application/javascript
* application/json
* application/x-tiddler
* application/x-tiddler-html-div
* application/x-tiddlers
* text/html
* text/plain
導入的條目名稱,預設為檔名。
編碼預設為 "utf8",但用於導入二進位檔案可以是 "base64"。
請注意TiddlyWiki 不會導入舊版本的已載入插件。

View File

@ -5,6 +5,7 @@ description: 從檔案中載入條目
```
--load <filepath>
--load <dirpath>
```
從已加密的 TiddlyWiki 檔案中載入條目,須使用 PasswordCommand 指定密碼,例如: