kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Ensure sticky titles theme works in edit mode
rodzic
74bf2a053d
commit
73d7e85e11
|
@ -4,4 +4,8 @@ tags: $:/tags/EditTemplate
|
|||
\define config-title()
|
||||
$:/config/EditToolbarButtons/Visibility/$(listItem)$
|
||||
\end
|
||||
<div class="tw-tiddler-title">
|
||||
<$view field="title"/>
|
||||
<span class="tw-tiddler-controls 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>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
title: $:/core/ui/EditTemplate/title
|
||||
tags: $:/tags/EditTemplate
|
||||
|
||||
<$view field="title"/>
|
||||
|
||||
<$edit-text field="draft.title" class="titlebar tw-edit-texteditor"/>
|
||||
|
|
Ładowanie…
Reference in New Issue