mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-25 08:26:52 +00:00
21 lines
641 B
Plaintext
21 lines
641 B
Plaintext
title: $:/themes/tiddlywiki/vanilla/ui/sidebar-resizer
|
|
tags: $:/tags/PageTemplate
|
|
list-after: $:/core/ui/PageTemplate/story
|
|
|
|
\import [{$:/theme}addsuffix[/functions]!is[missing]else{$:/theme}addsuffix[/functions]is[shadow]else[$:/themes/tiddlywiki/vanilla/functions]] [[$:/core/macros/sidebar-resizer]]
|
|
\whitespace trim
|
|
|
|
<%if [{$:/themes/tiddlywiki/vanilla/options/sidebarresizer}match[show]] %>
|
|
|
|
<$let
|
|
tv-set-storywidth-storyright=<<set.storywidth.storyright>>
|
|
tv-set-sidebarwidth=<<set.sidebarwidth>>
|
|
tv-set-centralised=<<set.centralised>>
|
|
>
|
|
|
|
<$transclude $variable="sidebar-resizer"/>
|
|
|
|
</$let>
|
|
|
|
<% endif %>
|