mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26: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>
21 lines
832 B
Plaintext
21 lines
832 B
Plaintext
title: $:/language/Help/rendertiddlers
|
|
description: Renderuje serię tiddlerów do wybranego typu
|
|
|
|
(Uwaga: zalecamy użycie komendy `--render`, która jest dużo bardziej elastyczna i dalej wspierana)
|
|
|
|
Renderuje serię tiddlerów do wybranego typu treści (domyślnie to `text/html`) i zapisuje je do pliku.
|
|
|
|
```
|
|
--rendertiddlers '<filter>' <template> <pathname> [<type>] [<extension>] ["noclean"]
|
|
```
|
|
|
|
Na przykład:
|
|
|
|
```
|
|
--rendertiddlers '[!is[system]]' $:/core/templates/static.tiddler.html ./static text/plain
|
|
```
|
|
|
|
Domyślnie pliki są zapisywane w folderze `./output`, relatywnym do folderu z wiki. Komenda `--output` może być użyta by zmienić ścieżkę.
|
|
|
|
Wszystkie pliki w docelowym folderze zostaną usunięte, chyba że zostanie użyty argument ''noclean''. Wszelkie brakujące foldery zostaną automatycznie utworzone.
|