2015-08-31 19:32:32 +00:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/ui/document/header
|
|
|
|
|
|
|
|
<div class="tc-sliced-document-header">
|
|
|
|
|
|
|
|
''Document'': <$link><$view field="title"/></$link>
|
|
|
|
|
2015-09-01 08:59:23 +00:00
|
|
|
''Exclude filter'': <$edit-text field="toc-exclude-filter"/>
|
2015-08-31 19:32:32 +00:00
|
|
|
|
|
|
|
<$checkbox tiddler=<<config-show-toolbar>> field="text" checked="yes" unchecked="no" default="no"> Show toolbar</$checkbox>
|
|
|
|
|
|
|
|
<$button>
|
|
|
|
<$action-sendmessage $message="tm-open-window" $param=<<currentTiddler>> template="$:/plugins/tiddlywiki/text-slicer/exporters/full-doc"/>
|
|
|
|
View document
|
|
|
|
</$button>
|
|
|
|
|
|
|
|
</div>
|