Hi Jeremy,

You're reinforcing my point that when using a <<variable>> with <$wikify> 
there are too many interactions going on for anyone other than a guru to 
understand, none of which are documented anywhere. And it appears you have 
to use different methods to render a heading or suppress wikilinks in 
<$wikify> via a <<variable>>, i.e., there is no single method that works 
for both scenarios. Everyday users like me dealing with this just have to 
experiment with various combinations of elements until we blunder into a 
solution, and/or call out for help on this list.

Thank you for your patient explanations of what has been happening with my 
tiddlyscript attempts. I'm sure it will benefit other users grappling with 
similar problems.

David.

On Tuesday, 22 January 2019 06:42:02 UTC+9:30, Jeremy Ruston wrote:
>
> Hi David
>
> The first wikify widget in the example below generates a string of HTML 
> code "<h1 class="">My Heading</h1>” which you can see when it is directly 
> displayed by the text widget. When you use the double angle bracket syntax 
> to render it, that HTML string gets wikified a second time, and the <h1> 
> HTML tag is rendered into the equivalent wikitext.
>
> In the case of the second wikify widget, you’re wikifying a text widget 
> that renders the plain text of the variable. Thus, the result stored in the 
> testOutput2 variable is the plain text of the original testVar. Then, when 
> you render it with double angle brackets, it is wikified again, but in 
> inline mode, and so the “!” isn’t recognised as a heading because it is 
> block level.
>
> Best wishes
>
> Jeremy
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2fdb4a2d-d7b6-49d3-913a-f1c4f6ef9c77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to