2015-08-31 19:50:56 +01:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/templates/static/list
|
|
|
|
|
2015-09-04 08:42:07 +01:00
|
|
|
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
|
2015-09-11 13:33:58 +01:00
|
|
|
|
2015-10-08 18:04:24 +01:00
|
|
|
`<`<$text text={{!!toc-list-type}}/>` class="`{{||$:/plugins/tiddlywiki/text-slicer/templates/static/helpers/classes}}`">`
|
2015-09-11 13:33:58 +01:00
|
|
|
|
2015-09-04 08:42:07 +01:00
|
|
|
<$list filter={{!!toc-list-filter}} template="$:/plugins/tiddlywiki/text-slicer/templates/static/tiddler"/>
|
2015-08-31 19:50:56 +01:00
|
|
|
|
2015-09-11 13:33:58 +01:00
|
|
|
`</`<$text text={{!!toc-list-type}}/>`>`
|
|
|
|
|
|
|
|
</$list>
|