mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-08 18:22:47 -08:00
9 lines
341 B
Text
9 lines
341 B
Text
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>
|