title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/heading \define config-heading-status() $(tv-heading-status-config-title)$/$(currentTiddler)$ \end \define body(level:"h1") <$set name="tv-heading-status-config-title" value=<>>
<$list filter="[prefix[yes]]" variable="hasToolbar"> <$reveal type="nomatch" state=<> text="open" default=<>> <$button set=<> setTo="open" class="tc-btn-invisible"> {{$:/core/images/down-arrow}} <$reveal type="match" state=<> text="open" default=<>> <$button set=<> setTo="close" class="tc-btn-invisible"> {{$:/core/images/right-arrow}}
<$link tag="$level$" class="tc-document-tiddler-link"> <$view field="text"/> <$reveal type="nomatch" state=<> text="open" default=<>> <$list filter="[tag!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/interactive/tiddler" listItem="item"/>
\end <$macrocall $name="body" level={{!!toc-heading-level}}/>