From d5df78d9798a42fc94fc58492de7b005c3e9c603 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 19 Jan 2014 20:16:29 +0000 Subject: [PATCH] Docs update --- editions/tw5.com/tiddlers/ReleaseHistory.tid | 2 +- editions/tw5.com/tiddlers/commands/LoadCommand.tid | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/ReleaseHistory.tid b/editions/tw5.com/tiddlers/ReleaseHistory.tid index 234b74705..7d16a762b 100644 --- a/editions/tw5.com/tiddlers/ReleaseHistory.tid +++ b/editions/tw5.com/tiddlers/ReleaseHistory.tid @@ -1,5 +1,5 @@ created: 20131109105400007 -modified: 20131203093653197 +modified: 20140119201607494 title: ReleaseHistory type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/commands/LoadCommand.tid b/editions/tw5.com/tiddlers/commands/LoadCommand.tid index eaed8c122..05a093ece 100644 --- a/editions/tw5.com/tiddlers/commands/LoadCommand.tid +++ b/editions/tw5.com/tiddlers/commands/LoadCommand.tid @@ -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 -``` \ No newline at end of file +``` + +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 +```