mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 11:29:58 +00:00
b7f674c51a
This is the beginning of addressing #523.
26 lines
601 B
Plaintext
26 lines
601 B
Plaintext
title: $:/core/ui/PageTemplate/sidebar
|
|
tags: $:/tags/PageTemplate
|
|
|
|
<$scrollable fallthrough="no" class="tw-sidebar-scrollable">
|
|
|
|
<div class="sidebar-header">
|
|
|
|
<$reveal state="$:/state/sidebar" type="match" text="yes" default="yes" retain="yes">
|
|
|
|
<div class="tw-site-title">{{$:/SiteTitle}}</div>
|
|
<div class="tw-site-subtitle">{{$:/SiteSubtitle}}</div>
|
|
|
|
<div class="tw-page-controls">
|
|
|
|
<$list filter="[all[tiddlers+shadows]!has[draft.of]tag[$:/tags/PageControls]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
|
|
|
|
</div>
|
|
|
|
{{$:/core/ui/SideBarLists}}
|
|
|
|
</$reveal>
|
|
|
|
</div>
|
|
|
|
</$scrollable>
|