mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Docs typo
This commit is contained in:
parent
7c0528340d
commit
79eb6a5ec1
@ -25,7 +25,7 @@ Either or both of the ''tiddler'' and ''filter'' attributes must be specified in
|
|||||||
|
|
||||||
The [[actionTiddler Variable]] is accessible in both //startactions// and //endactions//. It holds the payload tiddler(s) specified through the //tiddler// and //filter// attributes as a [[Title List]] using double square brackets to quote titles that include whitespace.
|
The [[actionTiddler Variable]] is accessible in both //startactions// and //endactions//. It holds the payload tiddler(s) specified through the //tiddler// and //filter// attributes as a [[Title List]] using double square brackets to quote titles that include whitespace.
|
||||||
|
|
||||||
<<.tip """Note that the [[actionTiddler Variable]] holds a [[Title List]] quoted with double square brackets. This is unlike the DroppableWidget which uses the same variable to pass a single unquoted title.""">
|
<<.tip """Note that the [[actionTiddler Variable]] holds a [[Title List]] quoted with double square brackets. This is unlike the DroppableWidget which uses the same variable to pass a single unquoted title.""">>
|
||||||
|
|
||||||
|
|
||||||
The LinkWidget incorporates the functionality of the DraggableWidget via the ''draggable'' attribute.
|
The LinkWidget incorporates the functionality of the DraggableWidget via the ''draggable'' attribute.
|
||||||
|
@ -38,7 +38,7 @@ Within the action string, there are two Variables generated by the DroppableWidg
|
|||||||
|
|
||||||
If multiple items are dropped then the actions are performed repeatedly, once for each dropped item.
|
If multiple items are dropped then the actions are performed repeatedly, once for each dropped item.
|
||||||
|
|
||||||
<<.tip """Note that the [[actionTiddler Variable]] holds a single, unquoted title. This is unlike the DraggableWidget which uses the same variable to pass a quoted [[Title List]].""">
|
<<.tip """Note that the [[actionTiddler Variable]] holds a single, unquoted title. This is unlike the DraggableWidget which uses the same variable to pass a quoted [[Title List]].""">>
|
||||||
|
|
||||||
! Examples
|
! Examples
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user