<$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.
Now I was thinking whether I can add a close button to the side of each listed tiddlers in the select widget. That close button should be able to remove that tiddler from the list field of $:/StoryList
. Is this possible.