2015-09-11 12:33:58 +00:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/templates/plain/tiddler
|
|
|
|
|
|
|
|
<$vars toc-type={{!!toc-type}}>
|
|
|
|
|
|
|
|
<$list filter="[<toc-type>prefix[document]]" variable="item">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/document" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
<$list filter="[<toc-type>prefix[heading]]" variable="item">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/heading" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
<$list filter="[<toc-type>prefix[paragraph]]" variable="item">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/paragraph" mode="block"/>
|
2016-02-01 21:26:11 +00:00
|
|
|
</$list>
|
|
|
|
|
|
|
|
<$list filter="[<toc-type>prefix[note]]" variable="item">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/note" mode="block"/>
|
2015-09-11 12:33:58 +00:00
|
|
|
</$list>
|
|
|
|
|
|
|
|
<$list filter="[<toc-type>prefix[list]]" variable="item">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/list" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
<$list filter="[<toc-type>prefix[item]]" variable="item">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/item" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
2015-09-17 18:41:41 +00:00
|
|
|
<$list filter="[<toc-type>prefix[image]]" variable="item">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/image" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
2015-10-14 18:25:11 +00:00
|
|
|
<$list filter="[<toc-type>prefix[def-list]]" variable="item">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/def-list" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
<$list filter="[<toc-type>prefix[term]]" variable="item">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/term" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
<$list filter="[<toc-type>prefix[definition]]" variable="item">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/plain/definition" mode="block"/>
|
|
|
|
</$list>
|
|
|
|
|
2015-09-11 12:33:58 +00:00
|
|
|
</$vars>
|