mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-04 23:39:57 +00:00
12 lines
387 B
Plaintext
12 lines
387 B
Plaintext
|
created: 20240201200204741
|
||
|
modified: 20240201204212302
|
||
|
tags:
|
||
|
title: toggle-global
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
\define xyyyx()
|
||
|
<$action-deletetiddler $tiddler="_/state/popup/toc/useGlobal"/>
|
||
|
\end
|
||
|
<$checkbox tiddler="_/state/popup/toc/useGlobal" field="text" checked="yes" unchecked="no" default="no" uncheckactions=<<xx>>> Use TOC global state</$checkbox>
|
||
|
|
||
|
[[_/state/popup/toc/useGlobal]]
|