I have a wiki for planning stories,
The first problem:
Each story tiddler, for example "A big trouble" has a list-links-draggable to dragg scenes in it with this code:
<<list-links-draggable tiddler:"A big trouble" type:"ol" itemTemplate:"scene_template">>
You can see that the tiddler with the list field (the same tiddler) is hard-coded (in red). I need to put something more general, for example tiddler=<<currentTiddler>>.
The second problem:
You can see that there is a delete button on the right of the scene title to delete the scene from de current story. This delete button does not work. It is in the tiddler "scene_template" that has the code:
<$link><<currentTiddler>> </$link>
<$button>
<$action-listops $subfilter="+[remove<currentTiddler>]" />
{{$:/core/images/close-button}}
</$button>
Whats wrong?
Whats the code to remove the <<currentTiddler>> to the field "list" of the tiddler "A big trouble"?
The attached file contains the basic tiddlers.