mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
abc3af16c3
- Add translations for untranslated items - Unification of terms (translations differed by multiple translators) - Add signature of `author` (Includes translation assistance for dajya-ranger. I also added his signature) It's a lot of updates, but I've tested it on my TiddlyWiki. Help etc. are still lacking.
15 lines
534 B
Plaintext
15 lines
534 B
Plaintext
title: $:/language/Help/rendertiddlers
|
||
description: フィルタパターンを指定してマッチする Tiddler を指定した ContentTypeで出力
|
||
|
||
フィルタパターンを指定してマッチする Tiddler を指定した ContentType(デフォルトは`text/html`)と拡張子(デフォルトは`.html`)で出力します。
|
||
|
||
```
|
||
--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>]
|
||
```
|
||
|
||
使用例:
|
||
|
||
```
|
||
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain
|
||
```
|