mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
11 lines
456 B
Plaintext
11 lines
456 B
Plaintext
title: $:/core/ui/KeyboardShortcuts/change-sidebar-layout
|
|
tags: $:/tags/KeyboardShortcut
|
|
key: ((change-sidebar-layout))
|
|
|
|
\whitespace trim
|
|
<$list
|
|
filter="[{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fixed-fluid]]"
|
|
emptyMessage="<$action-setfield $tiddler='$:/themes/tiddlywiki/vanilla/options/sidebarlayout' text='fixed-fluid'/>">
|
|
<$action-setfield $tiddler="$:/themes/tiddlywiki/vanilla/options/sidebarlayout" text="fluid-fixed"/>
|
|
</$list>
|