Sorry to bother you with this… I am a little dumb right now.
How do I get the name of the tiddler as a param into a filter within macro
\define indexoverview(tid:{{$:/state/listen}})
<$list filter="[<tid>get[text]splitregexp[\n]]" variable=each-line>
<$list filter="[<each-line>split[:]first[]]">
*{{!!title}}<$list filter="[<each-line>split[:]nth[2]]">: {{!!title}}</$list>
</$list>
\end
<$select tiddler="$:/state/listen">
<$list filter='[all[shadows+tiddlers]prefix[$:/list/]]'>
<option value=<<currentTiddler>>>{{{[{!!title}removeprefix[$:/list/]]}}}</option>
</$list>
</$select>
<<indexoverview >>