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