TiddlyWiki5
TiddlyWiki5 copied to clipboard
[Bug] getvariable operator does not allow to read the definition of a function
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