Evaluated macro parameters are parameters that can be passed to a macro which contain javascript. For example
It is not possible to use these in TiddlySpace for security reasons however they can be used in TiddlyWiki.
<<tiddler {{ document.location.href }}>> will display a tiddler (if it exists) with the same name as what is in your browser address bar. document.location.href is a javascript variable that is evaluated with the results passed to the macro.It is not possible to use these in TiddlySpace for security reasons however they can be used in TiddlyWiki.