1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-05 16:28:05 +00:00

Text-slicer refactoring

This commit is contained in:
Jermolene
2015-08-31 20:32:32 +01:00
parent 0be82ea7fb
commit 17dc21b809
6 changed files with 21 additions and 16 deletions

View 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>