mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-10 08:00:03 +00:00
22 lines
581 B
Plaintext
22 lines
581 B
Plaintext
![]() |
title: $:/plugins/tiddlywiki/text-slicer/templates/display-document
|
||
|
|
||
|
\define config-show-toolbar()
|
||
|
$:/plugins/tiddlywiki/text-slicer/config/show-toolbar/$(currentTiddler)$
|
||
|
\end
|
||
|
|
||
|
\define display-tiddler()
|
||
|
<$set name="tv-show-toolbar" value={{$(config-show-toolbar)$}}>
|
||
|
<<display-heading-tiddler level:'h1'>>
|
||
|
</$set>
|
||
|
\end
|
||
|
|
||
|
<div class='tc-table-of-contents'>
|
||
|
|
||
|
<$macrocall $name="toc-selective-expandable" tag=<<currentTiddler>>/>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<$checkbox tiddler=<<config-show-toolbar>> field="text" checked="yes" unchecked="no" default="no"> Show toolbar</$checkbox>
|
||
|
|
||
|
<<display-tiddler>>
|