2013-11-19 14:12:31 +00:00
|
|
|
title: $:/core/ui/PageTemplate/sidebar
|
|
|
|
tags: $:/tags/PageTemplate
|
|
|
|
|
2019-07-03 16:41:23 +00:00
|
|
|
\whitespace trim
|
2024-03-18 11:23:53 +00:00
|
|
|
\function config-title() [[$:/config/SideBarSegments/Visibility/$(listItem)$]substitute[]]
|
2018-08-02 12:22:21 +00:00
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
<$scrollable fallthrough="no" class="tc-sidebar-scrollable">
|
2024-03-18 11:23:53 +00:00
|
|
|
<$reveal state="$:/state/sidebar"
|
|
|
|
tag="div" class="tc-sidebar-header"
|
|
|
|
type="match" text="yes" default="yes"
|
|
|
|
retain="yes" animate="yes"
|
|
|
|
>
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SideBarSegment]!has[draft.of]]" variable="listItem">
|
|
|
|
<$reveal type="nomatch" state=<<config-title>> text="hide" tag="div">
|
|
|
|
<$transclude $tiddler=<<listItem>> $mode="block"/>
|
|
|
|
</$reveal>
|
|
|
|
</$list>
|
|
|
|
</$reveal>
|
2019-07-03 16:41:23 +00:00
|
|
|
</$scrollable>
|