mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/templates/static/def-list
|
|
|
|
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
|
|
|
|
`<dl class="`{{||$:/plugins/tiddlywiki/text-slicer/templates/static/helpers/classes}}`">`
|
|
|
|
<$list filter={{!!toc-list-filter}} template="$:/plugins/tiddlywiki/text-slicer/templates/static/tiddler"/>
|
|
|
|
`</dl>`
|
|
|
|
</$list>
|