mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-05 13:40:02 +00:00
Text-slicer: switch to use tabbed internal navigation
This commit is contained in:
parent
c06b3c4ef7
commit
d3ca636a5b
@ -6,16 +6,20 @@ $:/plugins/tiddlywiki/text-slicer/config/show-toolbar/$(currentTiddler)$
|
||||
|
||||
\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>
|
||||
|
||||
<div class='tc-table-of-contents'>
|
||||
|
||||
<$set name="tv-show-toolbar" value={{$(config-show-toolbar)$}}>
|
||||
|
||||
<$macrocall $name="toc-tabbed-internal-nav" tag=<<currentTiddler>>/>
|
||||
|
||||
</$set>
|
||||
|
||||
</div>
|
||||
|
||||
</$set>
|
||||
\end
|
||||
|
||||
<<display-tiddler>>
|
||||
|
Loading…
x
Reference in New Issue
Block a user