> But I don't understand the "DefaultValue"?
> What is it - and what am I to write as a replacement for that?

The default value is text to use if the "SomeDataName" value does not
exist in the current tiddler

> When I write :
> <<wikify [[Click here|%0]]
>    {{tiddler.data("SomeDataName","DefaultValue")}}>>
> I get: "Click here|On the shelf"
> as pure (wikified) text and no clickable link .... ??

To include the "[[" and "]]" as literal output in the <<wikify>>
format string, you need enclose the format string in quotes, like
this:
   <<wikify "[[Click here|%0]]" ... >>
otherwise, the doubled-brackets are seen as delimiters for the macro
parameter and are not treated as part of the parameter value itself.

-e

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to