Update command line helps Japanese Translation.

This commit is contained in:
OGOSHI Masayuki
2014-04-15 23:44:05 +09:00
parent 09cf788063
commit 6bef1d6b30
8 changed files with 37 additions and 33 deletions

View File

@@ -1,16 +1,19 @@
title: $:/language/Help/load
description: Load tiddlers from a file
Load tiddlers from 2.x.x TiddlyWiki files (`.html`), `.tiddler`, `.tid`, `.json` or other files
tiddler TiddlyWiki Ver.2 のファイル (`.html`), `.tiddler`, `.tid`, `.json` などから読み込みます。
```
--load <filepath>
```
To load tiddlers from an encrypted TiddlyWiki file you should first specify the password with the PasswordCommand. For example:
暗号化された TiddlyWiki ファイルから読み込むためには、最初に password コマンドでパスワードを指定する必要があります。
使用例:
```
tiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html
```
Note that TiddlyWiki will not load an older version of an already loaded plugin.
なお、既に読み込まれたプラグインより古いバージョンのプラグインは読み込みません。