1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 09:13:16 +00:00
TiddlyWiki5/core/ui/KeyboardShortcuts/toggle-sidebar.tid

10 lines
341 B
Plaintext
Raw Normal View History

title: $:/core/ui/KeyboardShortcuts/toggle-sidebar
2019-07-04 06:56:17 +00:00
tags: $:/tags/KeyboardShortcut
key: ((toggle-sidebar))
<$list filter="[[$:/state/sidebar]is[missing]] [{$:/state/sidebar}removeprefix[yes]]" emptyMessage="""
<$action-setfield $tiddler="$:/state/sidebar" text="yes"/>
2019-07-04 10:00:10 +00:00
""">
2019-07-04 06:56:17 +00:00
<$action-setfield $tiddler="$:/state/sidebar" text="no"/>
</$list>