2014-07-28 13:38:17 +00:00
|
|
|
title: $:/core/ui/TiddlerInfo
|
|
|
|
|
2022-04-05 15:48:07 +00:00
|
|
|
\whitespace trim
|
2016-11-23 18:17:54 +00:00
|
|
|
<div style="position:relative;">
|
|
|
|
<div class="tc-tiddler-controls" style="position:absolute;right:0;">
|
|
|
|
<$reveal state="$:/config/TiddlerInfo/Mode" type="match" text="sticky">
|
|
|
|
<$button set=<<tiddlerInfoState>> setTo="" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class="tc-btn-invisible">
|
|
|
|
{{$:/core/images/close-button}}
|
|
|
|
</$button>
|
|
|
|
</$reveal>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2020-11-08 09:31:39 +00:00
|
|
|
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]" default={{$:/config/TiddlerInfo/Default}}/>
|