mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
9a6f1f66be
See #282
12 lines
529 B
Plaintext
12 lines
529 B
Plaintext
title: $:/core/ui/EditTemplate/controls
|
|
tags: $:/tags/EditTemplate
|
|
|
|
\define config-title()
|
|
$:/config/EditToolbarButtons/Visibility/$(listItem)$
|
|
\end
|
|
<div class="tc-tiddler-title tc-tiddler-edit-title">
|
|
<$view field="title"/>
|
|
<span class="tc-tiddler-controls tc-titlebar"><$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>
|
|
<div style="clear: both;"></div>
|
|
</div>
|