1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-30 21:12:40 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/templates/static/list.tid

10 lines
278 B
Plaintext
Raw Normal View History

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