Fix bad links

This commit is contained in:
Evolena
2014-10-10 22:06:48 +02:00
parent 824f9c1d8c
commit 2fe095fcd1
15 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ By default, the edit text widget generates a `<textarea>` as the HTML editing el
The content of the `<$edit-text>` widget is ignored.
|!Attribute |!Description |
|tiddler |The tiddler to edit (defaults to the [[WidgetVariable: currentTiddler]]) |
|tiddler |The tiddler to edit (defaults to the CurrentTiddler) |
|field |The field to edit (defaults to `text`). Takes precedence over the `index` attribute |
|index |The index to edit |
|default |The default text to be provided when the target tiddler doesn't exist |
@@ -30,7 +30,7 @@ The content of the `<$edit-text>` widget is ignored.
One trap to be aware of is that the edit text widget cannot be used to edit a field of the tiddler that contains it. Each keypress results in the tiddler being re-rendered, which loses the cursor position within the text field.
Instead, place the edit text widget in a [[template|TiddlerTemplates]] that references the tiddler you want to modify.
Instead, place the edit text widget in a [[template|TemplateTiddlers]] that references the tiddler you want to modify.
For example, if you wanted to edit the value of the "myconfig" field of the tiddler "AppSettings", you might do so by creating a separate tiddler "ChangeAppSettings" that contains the following: