2014-01-19 20:16:29 +00:00
|
|
|
created: 20140119201439976
|
|
|
|
modified: 20140119201554602
|
2013-08-25 20:41:00 +00:00
|
|
|
tags: command
|
2014-01-19 20:16:29 +00:00
|
|
|
title: LoadCommand
|
|
|
|
type: text/vnd.tiddlywiki
|
2012-06-10 16:48:23 +00:00
|
|
|
|
|
|
|
Load tiddlers from 2.x.x TiddlyWiki files (`.html`), `.tiddler`, `.tid`, `.json` or other files
|
|
|
|
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2012-06-10 16:48:23 +00:00
|
|
|
--load <filepath>
|
2014-01-19 20:16:29 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
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
|
|
|
|
```
|