mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
title: $:/language/Help/load
|
|
description: Indlæs tiddlere fra en fil
|
|
|
|
Indlæs tiddlere fra 2.x.x TiddlyWiki filer (`.html`), `.tiddler`, `.tid`, `.json` eller andre filer
|
|
|
|
```
|
|
--load <filepath>
|
|
```
|
|
|
|
For at indlæse tiddlere fra en encrypteret TiddlyWiki fil, skal du først specificere password med PasswordCommand. For eksempel:
|
|
|
|
```
|
|
tiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html
|
|
```
|
|
|
|
Bemærk at TiddlyWiki ikke vil indlæse en ældre version af et allerede indlæst plugin.
|