mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-29 02:14:45 +00:00
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
|
title: $:/plugins/tiddlywiki/text-slicer/templates/template-list
|
||
|
|
||
|
\define body(type:"ul")
|
||
|
<$type$>
|
||
|
<$list filter={{!!text}} template="$:/plugins/tiddlywiki/text-slicer/templates/template-tiddler" listItem="item"/>
|
||
|
</$type$>
|
||
|
\end
|
||
|
|
||
|
<$macrocall $name="body" type={{!!toc-list-type}}/>
|