1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 03:03:18 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/templates/plain/heading.tid
2015-09-11 13:34:01 +01:00

11 lines
314 B
Plaintext

title: $:/plugins/tiddlywiki/text-slicer/templates/plain/heading
\define body(level:"h1")
<$level$>
<$transclude/>
</$level$>
<$list filter="[list<currentTiddler>!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/plain/tiddler"/>
\end
<$macrocall $name="body" level={{!!toc-heading-level}}/>