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