mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
title: $:/core/ui/KeyboardShortcuts/toggle-sidebar
|
|
tags: $:/tags/KeyboardShortcut
|
|
key: ((toggle-sidebar))
|
|
|
|
\whitespace trim
|
|
<$list
|
|
filter="[[$:/state/sidebar]is[missing]] [{$:/state/sidebar}removeprefix[yes]]"
|
|
emptyMessage="<$action-setfield $tiddler='$:/state/sidebar' text='yes'/>">
|
|
<$action-setfield $tiddler="$:/state/sidebar" text="no"/>
|
|
</$list>
|