1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-23 15:36:52 +00:00

Docs update

This commit is contained in:
Jermolene 2014-01-19 20:16:29 +00:00
parent ed5cf8b044
commit d5df78d979
2 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,5 @@
created: 20131109105400007
modified: 20131203093653197
modified: 20140119201607494
title: ReleaseHistory
type: text/vnd.tiddlywiki

View File

@ -1,8 +1,17 @@
title: LoadCommand
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
```