mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 18:16:18 +00:00
09214d1c33
Now we use the `wiki.importTiddler()` method - it rejects attempts to load older versions of loaded plugins
17 lines
483 B
Plaintext
17 lines
483 B
Plaintext
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.
|