TiddlyWiki5/languages/ja-JP/Help/rendertiddlers.tid

15 wiersze
495 B
Plaintext
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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
```