1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00
TiddlyWiki5/languages/ja-JP/Help/setfield.tid

18 lines
811 B
Plaintext
Raw Normal View History

2015-01-02 09:54:39 +00:00
title: $:/language/Help/setfield
description: Tiddler を使用する準備
2015-01-02 09:54:39 +00:00
//注意: このコマンドは実験的なもので、今後変更される可能性があります。//
2015-01-02 09:54:39 +00:00
テンプレート Tiddler の内容を、複数の Tiddler の指定のフィールドに設定します。
2015-01-02 09:54:39 +00:00
```
--setfield <filter> <fieldname> <templatetitle> <rendertype>
```
パラメータ:
* "filter" - コマンドの対象となる Tiddler
* "fieldname" - 変更するフィールド(規定値は "text"
* "templatetitle" - 指定のフィールドに転記する元になる Tiddler。空白または欠落している場合、指定されたフィールドは削除されます。
* "rendertype" - テキストの種類(規定値は "text/plain"。"text/html" にすると HTML タグを含められる)