mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
e0561397f1
* add Polish translation * tweak Polish translations to make certain things moree readable primarily changed translation of "story river" to keep using the English phrase, but also some other phraes that were awkward when I used the translation * add polish flag icon * add polish translation notes * replace 'ukryte tiddlery' with 'tiddlery-cienie' Co-authored-by: Maurycy Zarzycki <maurycy@evidentlycube.com>
25 lines
811 B
Plaintext
25 lines
811 B
Plaintext
title: $:/language/Help/import
|
|
description: Zaimportuj tiddlery z pliku
|
|
|
|
Importuje tidlerry z TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` lub innych lokalnych plików. Deserializator musi być podany, w przeciwieństwie do komendy `--load`, która sama próbuje określic typ danych na podstawie rozszerzenia pliku.
|
|
|
|
```
|
|
--import <filepath> <deserializer> [<title>] [<encoding>]
|
|
```
|
|
|
|
Wbudowane deserializatory to:
|
|
|
|
* application/javascript
|
|
* application/json
|
|
* application/x-tiddler
|
|
* application/x-tiddler-html-div
|
|
* application/x-tiddlers
|
|
* text/html
|
|
* text/plain
|
|
|
|
Tytuł importowanego tiddlera to domyślnie nazwa pliku.
|
|
|
|
Kodowanie pliku to domyśłnie "utf8", ale może być też "base64" dla plików binarnych.
|
|
|
|
Zwróc uwagę, że TiddlyWiki nie zaimportuje starszych wersji już wczytanych wtyczek.
|