mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
49a9a2c44c
Thanks to Vlado Luknar
19 lines
744 B
Plaintext
19 lines
744 B
Plaintext
title: $:/language/Help/rendertiddlers
|
|
description: Zobraz tiddlery vyhovujúce filtru podľa určeného ContentType
|
|
|
|
Zobraz sadu tiddlerov vyhovujúcich filtru na odlíšenie určeného ContentType (štandardne ako `text/html`) a prípony (štandardne ako `.html`).
|
|
|
|
```
|
|
--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>]
|
|
```
|
|
|
|
Napríklad:
|
|
|
|
```
|
|
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain
|
|
```
|
|
|
|
Štandardne sa cesta k súboru resolvuje voči `output` podadresáru v adresári vydania. Príkaz `--output` je možné použiť na presmerovanie výstupu do iného adresára.
|
|
|
|
Všetky súbory v cieľovom adresári sú vymazané. Ak cieľový adresár chýba, vytvorí sa rekurzívne.
|