From de6ee4fbea8808ac2ff63525c120e4f6b317dd76 Mon Sep 17 00:00:00 2001 From: AnthonyMuscio <31584658+AnthonyMuscio@users.noreply.github.com> Date: Mon, 19 Aug 2019 16:43:04 +1000 Subject: [PATCH] Update list-links-draggable Macro.tid Added this to the tiddler parameter (must be provided as does not default to currentTiddler) Unless this is done it will interact but fail to save the change as expected. --- editions/tw5.com/tiddlers/macros/list-links-draggable Macro.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/macros/list-links-draggable Macro.tid b/editions/tw5.com/tiddlers/macros/list-links-draggable Macro.tid index 426fbdd7e..1a474e6a6 100644 --- a/editions/tw5.com/tiddlers/macros/list-links-draggable Macro.tid +++ b/editions/tw5.com/tiddlers/macros/list-links-draggable Macro.tid @@ -10,7 +10,7 @@ The <<.def list-links-draggable>> [[macro|Macros]] renders the ListField of a ti !! Parameters ;tiddler -: The title of the tiddler containing the list +: The title of the tiddler containing the list (must be provided as doers not default to currentTiddler) ;field : The name of the field containing the list (defaults to `list`) ;type