mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
abc3af16c3
- Add translations for untranslated items - Unification of terms (translations differed by multiple translators) - Add signature of `author` (Includes translation assistance for dajya-ranger. I also added his signature) It's a lot of updates, but I've tested it on my TiddlyWiki. Help etc. are still lacking.
20 lines
610 B
Plaintext
20 lines
610 B
Plaintext
title: $:/language/Help/load
|
|
description: ファイルから Tiddler を読み込み
|
|
|
|
Tiddler を TiddlyWiki Ver.2 のファイル (`.html`), `.tiddler`, `.tid`, `.json` などから読み込みます。
|
|
|
|
```
|
|
--load <filepath>
|
|
```
|
|
|
|
暗号化された TiddlyWiki ファイルから読み込むためには、最初に password コマンドでパスワードを指定する必要があります。
|
|
|
|
使用例:
|
|
|
|
```
|
|
tiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html
|
|
```
|
|
|
|
なお、既に読み込まれたプラグインより古いバージョンのプラグインは読み込みません。
|
|
|