1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-18 01:44:22 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/templates/static/list.tid
Jermolene 0be82ea7fb Text-slicer: Introduce separate static templates
Much easier to have separate sets of templates for interactive vs
static document trees
2015-08-31 19:50:56 +01:00

10 lines
278 B
Plaintext

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}}/>