2015-08-31 15:49:47 +00:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/tiddler
|
2015-08-30 18:15:04 +00:00
|
|
|
|
|
|
|
<$list filter="[<tv-show-toolbar>prefix[yes]]" variable="hasToolbar">
|
2015-08-31 19:32:32 +00:00
|
|
|
{{||$:/plugins/tiddlywiki/text-slicer/ui/tiddler/toolbar}}
|
2015-08-30 18:15:04 +00:00
|
|
|
</$list>
|
|
|
|
|
|
|
|
<$reveal type="match" state="!!toc-type" text="document">
|
2015-08-31 15:49:47 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/document" mode="block"/>
|
2015-08-30 18:15:04 +00:00
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal type="match" state="!!toc-type" text="heading">
|
2015-08-31 15:49:47 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/heading" mode="block"/>
|
2015-08-30 18:15:04 +00:00
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal type="match" state="!!toc-type" text="paragraph">
|
2015-08-31 15:49:47 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/paragraph" mode="block"/>
|
2016-02-01 21:26:11 +00:00
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal type="match" state="!!toc-type" text="note">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/note" mode="block"/>
|
2015-08-30 18:15:04 +00:00
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal type="match" state="!!toc-type" text="list">
|
2015-08-31 15:49:47 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/list" mode="block"/>
|
2015-08-30 18:15:04 +00:00
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal type="match" state="!!toc-type" text="item">
|
2015-08-31 15:49:47 +00:00
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/item" mode="block"/>
|
2015-08-30 18:15:04 +00:00
|
|
|
</$reveal>
|
2015-09-17 18:41:41 +00:00
|
|
|
|
|
|
|
<$reveal type="match" state="!!toc-type" text="image">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/image" mode="block"/>
|
|
|
|
</$reveal>
|
2015-10-14 18:25:11 +00:00
|
|
|
|
|
|
|
<$reveal type="match" state="!!toc-type" text="def-list">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/def-list" mode="block"/>
|
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal type="match" state="!!toc-type" text="term">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/term" mode="block"/>
|
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal type="match" state="!!toc-type" text="definition">
|
|
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/definition" mode="block"/>
|
|
|
|
</$reveal>
|