mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 07:14:50 +00:00
20 lines
585 B
Plaintext
20 lines
585 B
Plaintext
created: 20140908104107181
|
|
modified: 20150107121000000
|
|
tags: Macros
|
|
title: DumpVariablesMacro
|
|
type: text/vnd.tiddlywiki
|
|
caption: dumpvariables
|
|
|
|
The ''dumpvariables'' [[macro|Macros]] displays a table with values of all [[variables|Variables]] that are defined in the current scope. It is useful for debugging and exploring TiddlyWiki internals.
|
|
|
|
''Note:'' Parameters and variable subsitutions for macros are displayed as empty strings. A macro defined as `\define myMacro(text) ''$text$''` thus displays as `''''`.
|
|
|
|
!! Example
|
|
|
|
```
|
|
<<dumpvariables>>
|
|
```
|
|
|
|
Renders as:
|
|
|
|
<<dumpvariables>> |