I have never tried to do subsumes as listwidget list items before. I need to figure out what is wrong with the following snippet. It does render a list, and the lists are displayed as subsumes, but the title of each shows as $tid$, and obviously I need them to be the tiddler titles so tagged.
\define subsume(tid:"") <details><summary><b><$view tiddler="$tid$" field="title"/></b><$link to="$tid$"> * </$link></summary><span class="indent1"><$transclude tiddler="$tid$" field="text" mode="block"/></span></details>
<$list filter="[tag[article]tag[vida]] +[sort[gifforder]]"><<subsume "$tid$">></$list>