1st time ja-JP translation commit.

This commit is contained in:
OGOSHI Masayuki
2014-04-13 15:35:36 +09:00
parent 4f4b743d9c
commit 5447420832
41 changed files with 594 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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
```
--load <filepath>
```
To load tiddlers from an encrypted TiddlyWiki file you should first specify the password with the PasswordCommand. For example:
```
tiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html
```
Note that TiddlyWiki will not load an older version of an already loaded plugin.