TiddlyWiki5 icon indicating copy to clipboard operation
TiddlyWiki5 copied to clipboard

[Bug] getvariable operator does not allow to read the definition of a function

Open pmario opened this issue 1 year ago • 0 comments

Currently there is no way to dynamically read the definition of a function. eg:

The following code:

\procedure proc()
some text

asdf
\end

\function fn() [<proc>]

\function getProcText() [[proc]getvariable[]]
\function getFnText() [[fn]getvariable[]]

<pre><<getProcText>></pre>

<pre><<getFnText>></pre>

does this

grafik

What I request is this:

grafik

pmario avatar May 05 '24 17:05 pmario