mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 02:46:48 +00:00
Add toolbar tabs to control panel
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
title: $:/core/ui/PageTemplate/sidebar
|
||||
tags: $:/tags/PageTemplate
|
||||
|
||||
\define config-title()
|
||||
$:/config/PageControlButtons/Visibility/$(listItem)$
|
||||
\end
|
||||
<$scrollable fallthrough="no" class="tw-sidebar-scrollable">
|
||||
|
||||
<div class="sidebar-header">
|
||||
@@ -20,13 +23,11 @@ tags: $:/tags/PageTemplate
|
||||
</div>
|
||||
|
||||
<div class="tw-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>
|
||||
|
||||
<$transclude tiddler="$:/core/ui/SideBarLists" mode="inline"/>
|
||||
|
||||
Reference in New Issue
Block a user