2014-02-26 04:18:00 +00:00
|
|
|
title: $:/language/Help/rendertiddlers
|
2014-04-26 11:52:45 +00:00
|
|
|
description: 呈现符合筛选条件的条目为指定的内容类型
|
2014-02-26 04:18:00 +00:00
|
|
|
|
2017-09-16 14:30:37 +00:00
|
|
|
(请注意:`--rendertiddlers` 命令已被弃用,而支持新的、更灵活的 `--render` 命令)
|
|
|
|
|
2014-04-26 11:52:45 +00:00
|
|
|
呈现符合筛选条的条目为指定的[[内容类型|ContentType]] (默认为 `text/html`) 与扩展名 (默认为 `.html`).
|
2014-02-26 04:18:00 +00:00
|
|
|
|
|
|
|
```
|
2020-06-11 10:39:57 +00:00
|
|
|
--rendertiddlers '<filter>' <template> <pathname> [<type>] [<extension>] ["noclean"]
|
2014-02-26 04:18:00 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
例如:
|
|
|
|
|
|
|
|
```
|
2020-06-11 10:39:57 +00:00
|
|
|
--rendertiddlers '[!is[system]]' $:/core/templates/static.tiddler.html ./static text/plain
|
2014-02-26 04:18:00 +00:00
|
|
|
```
|
2014-04-26 11:52:45 +00:00
|
|
|
|
2014-04-28 08:02:58 +00:00
|
|
|
默认情况下,路径名被解析为相对于版本文件夹的 `output` 子文件夹。 `--output` 命令可以用于将输出指定到一个不同的文件。
|
|
|
|
|
2015-10-01 13:53:49 +00:00
|
|
|
在目标文件夹中的任何文件都会被删除,除非指定 ''noclean'' 旗标。若缺少目标文件夹,则以递归方式创建。
|