mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
4de0dc301b
... to $:/core/ui/KeyboardShortcuts/toggle-sidebar for consistency
10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
title: $:/core/ui/KeyboardShortcuts/toggle-sidebar
|
|
tags: $:/tags/KeyboardShortcut
|
|
key: ((toggle-sidebar))
|
|
|
|
<$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>
|