mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
9 lines
442 B
Plaintext
9 lines
442 B
Plaintext
|
title: $:/core/ui/KeyboardShortcuts/change-sidebar-layout
|
||
|
tags: $:/tags/KeyboardShortcut
|
||
|
key: ((change-sidebar-layout))
|
||
|
|
||
|
<$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>
|