title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/document \define config-document-status() $:/state/plugins/tiddlywiki/text-slicer/show-preview-document/$(tv-heading-status-config-prefix)$/$(currentTiddler)$ \end \define config-show-toolbar() $:/state/plugins/tiddlywiki/text-slicer/show-toolbar/$(currentTiddler)$ \end \define config-show-metadata() $:/state/plugins/tiddlywiki/text-slicer/show-metadata/$(currentTiddler)$ \end \define config-heading-status() $:/state/plugins/tiddlywiki/text-slicer/heading-status/$(currentTiddler)$ \end \define body() <$set name="tv-heading-status-config-title" value=<>> <$set name="tv-show-toolbar" value={{$(config-show-toolbar)$}}>
<$reveal type="nomatch" state=<> text="close" default="open" tag="div"> <$button set=<> setTo="close" class="tc-btn-invisible"> {{$:/core/images/down-arrow}} <$reveal type="match" state=<> text="close" default="open" tag="div"> <$button set=<> setTo="open" class="tc-btn-invisible"> {{$:/core/images/right-arrow}}

''Document'': <$link><$view field="title"/>

<$reveal type="nomatch" state=<> text="close" default="open" tag="div"> {{||$:/plugins/tiddlywiki/text-slicer/ui/document/header}}
<$set name="tv-show-toolbar" value={{$(config-show-toolbar)$}}> <$set name="tv-exclude-filter" value={{!!toc-exclude-filter}}> <$list filter="[list!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/interactive/tiddler"/>
\end <>