1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 00:03:16 +00:00
TiddlyWiki5/languages/ja-JP/Help/rendertiddlers.tid
BALLOON | FU-SEN abc3af16c3
Significant improvement in Japanese (#6795)
- 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.
2022-07-18 09:29:58 +01:00

15 lines
534 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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