mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-29 03:20:27 +00:00
15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/ui/document/header
|
|
|
|
<div class="tc-sliced-document-header">
|
|
|
|
''Exclude filter'': <$edit-text field="toc-exclude-filter"/>
|
|
|
|
<$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/templates/plain/document"/>
|
|
View document
|
|
</$button>
|
|
|
|
</div>
|