replace type to rendertype at setfield help

This commit is contained in:
Myeongjin
2015-10-18 17:23:37 +09:00
parent 8e68f904f1
commit d7f1f973a9
14 changed files with 14 additions and 25 deletions

View File

@@ -1,7 +1,6 @@
title: $:/language/Help/setfield
description: tiddlerを使用する準備
//注意 このコマンドは実験的なもので、今後変更される可能性があります。//
テンプレートtiddlerの内容を、複数のtiddlerの指定のフィールドに設定する。
@@ -15,4 +14,4 @@ description: tiddlerを使用する準備
* "filter" - コマンドの対象となるtiddler
* "fieldname" - 変更するフィールド(規定値は"text"
* "templatetitle" - 指定のフィールドに転記する元になるtiddler。もし空白あるはtiddlerが存在しない場合は、指定したフィールドは削除される。
* "type" - テキストの種類(規定値は"text/plain"。"text/html"にするとHTMLタグを含められる。
* "rendertype" - テキストの種類(規定値は"text/plain"。"text/html"にするとHTMLタグを含められる。