mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-04 08:12:14 -08:00
9 lines
340 B
Text
9 lines
340 B
Text
title: $:/core/ui/KeyboardShortcut/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>
|