2013-11-15 22:55:32 +00:00
|
|
|
title: $:/core/ui/EditTemplate/controls
|
|
|
|
tags: $:/tags/EditTemplate
|
|
|
|
|
2024-03-16 19:03:36 +00:00
|
|
|
\define config-title() $:/config/EditToolbarButtons/Visibility/$(listItem)$
|
2022-03-26 14:16:01 +00:00
|
|
|
\whitespace trim
|
2024-09-09 08:48:57 +00:00
|
|
|
<div class="tc-tiddler-title tc-tiddler-edit-title tc-clearfix">
|
2024-03-16 19:03:36 +00:00
|
|
|
<$view field="title"/>
|
|
|
|
<span class="tc-tiddler-controls tc-titlebar">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem">
|
|
|
|
<$let tv-config-toolbar-class={{{ [enlist<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]] +[join[ ]] }}}>
|
|
|
|
<$reveal type="nomatch" state=<<config-title>> text="hide">
|
|
|
|
<$transclude $tiddler=<<listItem>>/>
|
|
|
|
</$reveal>
|
|
|
|
</$let>
|
|
|
|
</$list>
|
|
|
|
</span>
|
2014-07-30 11:19:15 +00:00
|
|
|
</div>
|