This has always confused people. I take wikify to translate the text it is given according to the rules of wiki text and store the result in the named variable.
To be truthful this does not always seem to be true.
Anything in wiki text and looks like wiki text is always converted at the last moment then to html to be displayed. Wikify says do that now in the wikify widget don't wait until render time.
So if you wikify a reference to say a field {{!!fieldname}} then the wikify variable should contain the value in field name not the curly braces reference.
However it does not always seem to work how I would like it to. Without retesting if for example I vwikified [[name|tiddlername]] I would hope the named variable would contain "name" but it will from memory still contain [[name|tiddlername]] which is again wikified into a link. So if you try to use it in a filter etc it will not work.
I have asked for a textify that would wikify and return the text. But I always get advice I can't wrap my head around. It makes sense at the time but I can't grasp a way to conceptualize it or use it correctly.
What do you expect it to do given everything is ultimately wikified at render, including 'unwikified' blocks that respond to the special quotes that Mark it to be code not wiki text.
Note. My spell checker wants to nullify wikify
Yours
Equaly perplexed for a total different and possibly opposite reason.
Tony
However it does not always seem to work how I would like it to. Without retesting if for example I vwikified [[name|tiddlername]] I would hope the named variable would contain "name" but it will from memory still contain [[name|tiddlername]] which is again wikified into a link. So if you try to use it in a filter etc it will not work.
<p><a class="tc-tiddlylink tc-tiddlylink-missing" href="#tiddlername">name</a> </p>
Which is exactly, what wikify should do. It should convert wikitext: [[name|tiddlername]], into HTML, which the browser
will show as a tiddler link.
-m
To adapt to the standards and facilities of an existing wiki, such as by marking up with wikitext
How do I get some wiki text evaluated and stored as plain text result I can use in subsequent steps?
I don't want it to evaluate differently later, I want to store it as text in a variable.
now I can use match !match, split join and more how can I wikify and use a text result in the structure?
So I may have the terminology incorrect but how do I do it.
Please
Tony
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7449439c-7492-4ae3-98a9-dddb434e5b05%40googlegroups.com.