1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
TiddlyWiki5/languages/zh-Hans/Help/load.tid
Bram Chen 7478ba9165 Update Chinese languages (#3837)
* Add initial translation for zh-TW depends on zh-Hant

* Add initial translation for zh-CN depends on zh-Hans

* Add initial translation for zh-HK depends on zh-Hant

* Update chinese help texts for load command

    * for the new optional "noerror" parameter
2019-03-09 13:17:54 +00:00

20 lines
740 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

title: $:/language/Help/load
description: 从文件中加载条目
从 TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` 或其他本机文件加载条目。应用的处理程序取决于导入文件的扩展名。如果您需要明确指定解串器和编码,请改用 `import` 命令。
```
--load <filepath> [noerror]
--load <dirpath> [noerror]
```
默认情况下, 如果未找到条目load 命令会引发错误。通过提供可选的 "noerror" 参数可以抑制该错误。
从已加密的 TiddlyWiki 文件中加载条目,须使用 PasswordCommand 指定密码,例如:
```
tiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html
```
请注意 TiddlyWiki 将不加载旧版本的已挂载的插件。