mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
b3273bcbda
A new option in control panel to cause the info panel to stay open until it is explicitly closed
13 lines
574 B
Plaintext
13 lines
574 B
Plaintext
title: $:/core/ui/TiddlerInfo
|
|
|
|
<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>
|
|
|
|
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]" default={{$:/config/TiddlerInfo/Default}}/> |