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 6b575f5404 Update chinese translations (#2978)
* Update chinese translations for revises in #2803

* Revise chinese help texts for "save" and "render" command

* Update chinese help texts for "import" and "load" commands

* Revise chinese help texts for "load" command
2017-11-11 09:43:27 +00:00

18 lines
586 B
Plaintext

title: $:/language/Help/load
description: 从文件中加载条目
从 TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` 或其他本机文件加载条目。应用的处理程序取决于导入文件的扩展名。如果您需要明确指定解串器和编码,请改用 `import` 命令。
```
--load <filepath>
--load <dirpath>
```
从已加密的 TiddlyWiki 文件中加载条目,须使用 PasswordCommand 指定密码,例如:
```
tiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html
```
请注意 TiddlyWiki 将不加载旧版本的已挂载的插件。