mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-18 15:54:50 +00:00
18 lines
447 B
Plaintext
18 lines
447 B
Plaintext
created: 20140119201439976
|
|
modified: 20140119201554602
|
|
tags: command
|
|
title: LoadCommand
|
|
type: text/vnd.tiddlywiki
|
|
|
|
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
|
|
```
|