mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 00:56:17 +00:00
12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/templates/plain/def-list
|
|
|
|
\define body()
|
|
<dl>
|
|
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
|
|
<$list filter={{!!toc-list-filter}} template="$:/plugins/tiddlywiki/text-slicer/templates/plain/tiddler"/>
|
|
</$list>
|
|
</dl>
|
|
\end
|
|
|
|
<<body>>
|