mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
87fbd07728
* fr-FR translation of additional error strings * Better consistancy in fr-FR translations for Buttons.multids * Fixes to fr-FR translation of Control Panel strings * Updates to fr-FR strings in EditTemplate.multids * fixes to fr-FR strings in Fields.multids * added fr-FR translation of TypedTiddlers in Filters.multids * fix fr-FR string in GettingStarted.tid * fix fr-FR string in Import.multids * fixes to fr-FR strings in Misc.multids * add fr-FR translated strings in Search.multids * fixes to fr-FR strings in Sidebars.multids * fixes in fr-FR translated strings of the Theme Tweaks settings * fixes fr-FR translated strings of TiddlerInfo * fixes and additions to fr-FR translations of ModuleTypes.multids strings * add missing fr-FR translation in PaletteColours.multids * fixes and additions to the fr-FR-translated Help for commands * fixes to the fr-FR-translated strings in the Download Modal * add an fr-FR translation to the Macro Definition snippet
16 lines
621 B
Plaintext
16 lines
621 B
Plaintext
title: $:/language/Help/load
|
|
description: Charge des tiddlers à partir d'un fichier
|
|
|
|
Charge des tiddlers à partir de fichiers ~TiddlyWikiClassic 2.x.x (`.html`), `.tiddler`, `.tid`, `.json` ou d'autres types de fichiers.
|
|
|
|
```
|
|
--load <chemindufichier>
|
|
```
|
|
|
|
Pour charger des tiddlers à partir d'un fichier ~TiddlyWiki chiffré, vous devrez d'abord spécifier le mot de passe à l'aide de la [[commande password|PasswordCommand]]. Par exemple :
|
|
|
|
```
|
|
tiddlywiki ./MonWiki --password pa55w0rd --load mon_wiki_secret.html
|
|
```
|
|
|
|
À noter que Tiddlywiki refusera de charger une version plus ancienne d'un plugin déjà chargé. |