1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-21 21:02:17 +00:00
Files
TiddlyWiki5/plugins/tiddlywiki/help/HelpPanel.tid
T
2024-09-29 06:37:09 +02:00

14 lines
607 B
Plaintext

title: $:/plugins/tiddlywiki/help/HelpPanel
tags: $:/tags/PageTemplate
<$refresh-blocker refreshBlockerList="[[$:/state/sidebar/dimensions]] [[$:/state/sidebar/resizing]]">
<$reveal type="match" state="$:/config/ShowHelp" text="yes">
<div class="tc-help-panel">
<div class="tc-tiddler-controls">
<$button set="$:/config/ShowHelp" setTo="no" class="tc-btn-invisible">{{$:/core/images/close-button}}</$button> ''Help Panel''
</div>
<<tabs "[all[shadows+tiddlers]tag[$:/tags/HelpPanel]!has[draft.of]]" "$:/plugins/tiddlywiki/help/HelpPanel/Support" "$:/state/tab/help">>
</div>
</$reveal>
</$refresh-blocker>