mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-13 12:50:54 -08:00
13 lines
281 B
Text
13 lines
281 B
Text
title: $:/core/macros/dumpvariables
|
|
tags: $:/tags/Macro
|
|
|
|
\define dumpvariables()
|
|
<ul>
|
|
<$list filter="[variables[]]" variable="varname">
|
|
<li>
|
|
<strong><code><$text text=<<varname>>/></code></strong>:<br/>
|
|
<$codeblock code={{{ [<varname>getvariable[]] }}}/>
|
|
</li>
|
|
</$list>
|
|
</ul>
|
|
\end
|