mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 20:29:10 +00:00
Docs update
This commit is contained in:
parent
ed5cf8b044
commit
d5df78d979
@ -1,5 +1,5 @@
|
|||||||
created: 20131109105400007
|
created: 20131109105400007
|
||||||
modified: 20131203093653197
|
modified: 20140119201607494
|
||||||
title: ReleaseHistory
|
title: ReleaseHistory
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
|
@ -1,8 +1,17 @@
|
|||||||
title: LoadCommand
|
created: 20140119201439976
|
||||||
|
modified: 20140119201554602
|
||||||
tags: command
|
tags: command
|
||||||
|
title: LoadCommand
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
Load tiddlers from 2.x.x TiddlyWiki files (`.html`), `.tiddler`, `.tid`, `.json` or other files
|
Load tiddlers from 2.x.x TiddlyWiki files (`.html`), `.tiddler`, `.tid`, `.json` or other files
|
||||||
|
|
||||||
```
|
```
|
||||||
--load <filepath>
|
--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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user