From 6f8e842105c142204019d9915b27534826e23a89 Mon Sep 17 00:00:00 2001 From: eiro10 Date: Mon, 15 Nov 2021 22:17:10 +0100 Subject: [PATCH] tw5.com : Fix typo in ActionListopsWidget.tid (#6215) * tw5.com : Fix typo in ActionListopsWidget.tid * tw5.com : update modified field of ActionListopsWidget.tid When editing a tiddler outside TW itself, this doesn't change automatically the modified field. --- editions/tw5.com/tiddlers/widgets/ActionListopsWidget.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/ActionListopsWidget.tid b/editions/tw5.com/tiddlers/widgets/ActionListopsWidget.tid index 7d91b5f6f..4773e8405 100644 --- a/editions/tw5.com/tiddlers/widgets/ActionListopsWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ActionListopsWidget.tid @@ -1,7 +1,7 @@ caption: action-listops created: 20141025120850184 list: efg hlm pqr -modified: 20151228083329099 +modified: 20211115091121133 myfield: revision: 0 tags: ActionWidgets Widgets @@ -29,7 +29,7 @@ The ''action-listops'' widget is an [[action widget|ActionWidgets]] that manipul The ''action-listops'' widget is invisible. Any content within it is ignored. |!Attribute |!Description | -|$tiddler |The title of the tiddler whose lists are to be modified (if not provided defaults to the [[current tiddler|Current Tiddler]] | +|$tiddler |The title of the tiddler whose lists are to be modified (if not provided defaults to the [[current tiddler|Current Tiddler]]) | |$field |The name of a field to be manipulated as a list (defaults to 'list') | |$index |Optional index of a property in a [[data tiddler|DataTiddlers]] index to be manipulated as a list | |$filter |An optional filter expression, the output of which will be saved to the field/index being manipulated |