1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 19:23:29 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/commands/LoadCommand.tid

18 lines
447 B
Plaintext
Raw Normal View History

2014-01-19 20:16:29 +00:00
created: 20140119201439976
modified: 20140119201554602
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
```