kopia lustrzana https://github.com/miklobit/TiddlyWiki5
15 wiersze
495 B
Plaintext
15 wiersze
495 B
Plaintext
title: $:/language/Help/rendertiddlers
|
||
description: Render tiddlers matching a filter to a specified ContentType
|
||
|
||
フィルタパターンを指定してマッチする tiddler を指定した ContentType(デフォルトは`text/html`)と拡張子(デフォルトは`.html`)で出力します。
|
||
|
||
```
|
||
--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>]
|
||
```
|
||
|
||
使用例:
|
||
|
||
```
|
||
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain
|
||
```
|