mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 01:34:35 +00:00
Start russian translation
This commit is contained in:
16
languages/ru-RU/Help/load.tid
Normal file
16
languages/ru-RU/Help/load.tid
Normal file
@@ -0,0 +1,16 @@
|
||||
title: $:/language/Help/load
|
||||
description: Load tiddlers from a file
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
Note that TiddlyWiki will not load an older version of an already loaded plugin.
|
||||
Reference in New Issue
Block a user