<$select tiddler='$:/HistoryList' field="current-tiddler" >
<$list filter='[list[$:/StoryList]]'>
<option><$view field='title'/></option>
</$list>
</$select>
I use the abovegiven select widget in my topbar to list the tiddlers in the storyriver.
Is it possible to add function to drag and reorder the tiddler within the select widget. It is essentially changing the order of the tiddler listed in the list
field of $:/StoryList