mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
920df5d2d4
Add italian translation
15 lines
404 B
Plaintext
15 lines
404 B
Plaintext
title: $:/language/Help/load
|
|
description: Load tiddlers from a file
|
|
|
|
Carica frammenti da file 2.x.x TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` o altri file
|
|
|
|
```
|
|
--load <filepath>
|
|
```
|
|
|
|
Per caricare frrammenti da un TiddlyWiki criptato si deve prima specificare la password con il comando PasswordCommand. Per esempio:
|
|
|
|
```
|
|
tiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html
|
|
```
|