mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 19:39:57 +00:00
46 lines
1.9 KiB
Plaintext
46 lines
1.9 KiB
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/tiddler
|
|
|
|
<$list filter="[<tv-show-toolbar>prefix[yes]]" variable="hasToolbar">
|
|
{{||$:/plugins/tiddlywiki/text-slicer/ui/tiddler/toolbar}}
|
|
</$list>
|
|
|
|
<$reveal type="match" state="!!toc-type" text="document">
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/document" mode="block"/>
|
|
</$reveal>
|
|
|
|
<$reveal type="match" state="!!toc-type" text="heading">
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/heading" mode="block"/>
|
|
</$reveal>
|
|
|
|
<$reveal type="match" state="!!toc-type" text="paragraph">
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/paragraph" mode="block"/>
|
|
</$reveal>
|
|
|
|
<$reveal type="match" state="!!toc-type" text="note">
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/note" mode="block"/>
|
|
</$reveal>
|
|
|
|
<$reveal type="match" state="!!toc-type" text="list">
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/list" mode="block"/>
|
|
</$reveal>
|
|
|
|
<$reveal type="match" state="!!toc-type" text="item">
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/item" mode="block"/>
|
|
</$reveal>
|
|
|
|
<$reveal type="match" state="!!toc-type" text="image">
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/image" mode="block"/>
|
|
</$reveal>
|
|
|
|
<$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>
|