1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-06 19:20:48 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/templates/interactive/list.tid

10 lines
288 B
Plaintext

title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/list
\define body(type:"ul")
<$type$>
<$list filter={{!!text}} template="$:/plugins/tiddlywiki/text-slicer/templates/interactive/tiddler" listItem="item"/>
</$type$>
\end
<$macrocall $name="body" type={{!!toc-list-type}}/>