I have a simple button.
<$list filter="[<currentTiddler>]" variable="ABC">
<$button to=<<currentTiddler>>>tiddler top</$button>
</$list>
It will scroll a (system) tiddler to the top. The button is placed at the bottom of all (system) tiddlers through the $:/tags/ViewTemplate tag. This way I can click the button and go to the top of the tiddler the easy way.
It would be nice to have such a button available in “draft mode” as well. But I have no idea how to achieve this.
Does anyone know how to do this?