kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Docs update
rodzic
ed5cf8b044
commit
d5df78d979
|
@ -1,5 +1,5 @@
|
|||
created: 20131109105400007
|
||||
modified: 20131203093653197
|
||||
modified: 20140119201607494
|
||||
title: ReleaseHistory
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Ładowanie…
Reference in New Issue