mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-05 16:28:05 +00:00
Text-slicer refactoring
This commit is contained in:
16
plugins/tiddlywiki/text-slicer/ui/document/header.tid
Normal file
16
plugins/tiddlywiki/text-slicer/ui/document/header.tid
Normal file
@@ -0,0 +1,16 @@
|
||||
title: $:/plugins/tiddlywiki/text-slicer/ui/document/header
|
||||
|
||||
<div class="tc-sliced-document-header">
|
||||
|
||||
''Document'': <$link><$view field="title"/></$link>
|
||||
|
||||
''Exclude tags'': <$edit-text field="toc-exclude-tags"/>
|
||||
|
||||
<$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>
|
||||
Reference in New Issue
Block a user