2015-09-11 12:33:58 +00:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/templates/plain/tiddler
|
|
|
|
|
|
|
|
<$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
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/document" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[heading]]" variable="item">
|
2015-09-11 12:33:58 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/heading" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[paragraph]]" variable="item">
|
2015-09-11 12:33:58 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/paragraph" mode="block"/>
|
2016-02-01 21:26:11 +00:00
|
|
|
</$list>
|
|
|
|
|
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/plain/note" mode="block"/>
|
2015-09-11 12:33:58 +00:00
|
|
|
</$list>
|
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[list]]" variable="item">
|
2015-09-11 12:33:58 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/list" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<toc-type>match[item]]" variable="item">
|
2015-09-11 12:33:58 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/item" mode="block"/>
|
|
|
|
</$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/plain/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/plain/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/plain/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/plain/definition" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
2015-09-11 12:33:58 +00:00
|
|
|
</$vars>
|