2015-08-31 18:50:56 +00:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/templates/static/tiddler
|
|
|
|
|
2015-09-04 07:42:07 +00:00
|
|
|
<$vars toc-type={{!!toc-type}}>
|
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[document]]" variable="item">
|
2015-09-11 12:33:58 +00:00
|
|
|
|
2015-08-31 18:50:56 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/document" mode="block"/>
|
2015-09-11 12:33:58 +00:00
|
|
|
|
2015-09-04 07:42:07 +00:00
|
|
|
</$list>
|
2015-08-31 18:50:56 +00:00
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[heading]]" variable="item">
|
2015-09-11 12:33:58 +00:00
|
|
|
|
2015-08-31 18:50:56 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/heading" mode="block"/>
|
2015-09-11 12:33:58 +00:00
|
|
|
|
2015-09-04 07:42:07 +00:00
|
|
|
</$list>
|
2015-08-31 18:50:56 +00:00
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[paragraph]]" variable="item">
|
2015-09-11 12:33:58 +00:00
|
|
|
|
2015-08-31 18:50:56 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/paragraph" mode="block"/>
|
2015-09-11 12:33:58 +00:00
|
|
|
|
2015-09-04 07:42:07 +00:00
|
|
|
</$list>
|
2016-02-01 21:26:11 +00:00
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[note]]" variable="item">
|
2016-02-01 21:26:11 +00:00
|
|
|
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/note" mode="block"/>
|
|
|
|
|
|
|
|
</$list>
|
2015-08-31 18:50:56 +00:00
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[list]]" variable="item">
|
2015-09-11 12:33:58 +00:00
|
|
|
|
2015-08-31 18:50:56 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/list" mode="block"/>
|
2015-09-11 12:33:58 +00:00
|
|
|
|
2015-09-04 07:42:07 +00:00
|
|
|
</$list>
|
2015-08-31 18:50:56 +00:00
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[item]]" variable="item">
|
2015-09-11 12:33:58 +00:00
|
|
|
|
2015-08-31 18:50:56 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/item" mode="block"/>
|
2015-09-11 12:33:58 +00:00
|
|
|
|
2015-09-04 07:42:07 +00:00
|
|
|
</$list>
|
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[image]]" variable="item">
|
2015-09-17 18:41:41 +00:00
|
|
|
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/image" mode="block"/>
|
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[def-list]]" variable="item">
|
2015-10-14 18:25:11 +00:00
|
|
|
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/def-list" mode="block"/>
|
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[term]]" variable="item">
|
2015-10-14 18:25:11 +00:00
|
|
|
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/term" mode="block"/>
|
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[definition]]" variable="item">
|
2015-10-14 18:25:11 +00:00
|
|
|
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/static/definition" mode="block"/>
|
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
2015-09-04 07:42:07 +00:00
|
|
|
</$vars>
|