Folks,
If you use the list-links-draggable Macro it defaults to current tiddler and the “list” field, however if you name a different field eg field=fieldlist
the current tiddler is not defaulted, and you have to pass it as a parameter, to do this you must use the macrocall form;
<$macrocall $name=list-links-draggable tiddler=<<currentTiddler>> field=fieldlist/>
See $:/core/macros/list
I am not yet set up to submit a change to this macro definition, only documentation.