1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-11 14:59:43 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/ui/document/header.tid

17 lines
550 B
Plaintext
Raw Normal View History

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>
''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/templates/static/document" output="text/html"/>
2015-08-31 19:32:32 +00:00
View document
</$button>
</div>