mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-28 02:50:27 +00:00
30 lines
1.2 KiB
Plaintext
30 lines
1.2 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="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>
|