mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
|
title: $:/core/ui/PageTemplate/pagecontrols
|
||
|
|
||
|
\define config-title()
|
||
|
$:/config/PageControlButtons/Visibility/$(listItem)$
|
||
|
\end
|
||
|
<div class="tc-page-controls">
|
||
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem">
|
||
|
<$reveal type="nomatch" state=<<config-title>> text="hide">
|
||
|
<$transclude tiddler=<<listItem>> mode="inline"/>
|
||
|
</$reveal>
|
||
|
</$list>
|
||
|
</div>
|
||
|
|