What is the internal function that wikifies text?

I want to build a javascript macro to force wikification of text. (because 
I'm running into situations where no matter how many macro levels I call 
into I can't get the string wikified)

I searched the code for the string "wikify" and there is no available 
function to call. 

The help text has this:

Despite the term "variable", each snippet is a constant string. The 
apparent variability is actually the result of the presence of multiple 
variables with the same name in different parts of the widget tree.

Macros <http://tiddlywiki.com/prerelease/index.html#Macros> are a special 
form of variable whose value can contain placeholders that get filled in 
with parameters whenever the macro is used.
By themselves,* the snippets are not parsed as WikiText 
<http://tiddlywiki.com/prerelease/index.html#WikiText>.* However, a 
variable reference will transclude a snippet into* a context where WikiText 
parsing may be occurring*. 

may may may. Arrrgh I'm going nuts. I need to force the wikification of the 
text

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9b335865-3592-46b2-b6f4-6db2201d975c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to