mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
6732b3c0d9
Fixes #4407
29 lines
850 B
Plaintext
29 lines
850 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/tiddler
|
|
|
|
\define if(condition,then,else)
|
|
<$list filter="""$condition$ +[limit[1]]""" emptyMessage="""$else$""" variable="ignore">
|
|
$then$
|
|
</$list>
|
|
\end
|
|
|
|
\define include-component(type)
|
|
<<if "[{!!toc-type}match[$type$]]" """
|
|
<$transclude tiddler="$:/plugins/tiddlywiki/text-slicer/templates/interactive/$type$" mode="block"/>
|
|
""">>
|
|
\end
|
|
|
|
<$list filter="[<tv-show-toolbar>match[yes]]" variable="hasToolbar">
|
|
{{||$:/plugins/tiddlywiki/text-slicer/ui/tiddler/toolbar}}
|
|
</$list>
|
|
|
|
<<include-component "document">>
|
|
<<include-component "heading">>
|
|
<<include-component "paragraph">>
|
|
<<include-component "note">>
|
|
<<include-component "list">>
|
|
<<include-component "item">>
|
|
<<include-component "image">>
|
|
<<include-component "def-list">>
|
|
<<include-component "term">>
|
|
<<include-component "definition">>
|