Thank you Eric!
But I don't understand the "DefaultValue"?
What is it - and what am I to write as a replacement for that?
When I write :
<<wikify [[Click here|%0]]
{{tiddler.data("SomeDataName","DefaultValue")}}>>
In a tiddler with these dataentries:
<data>{"author":"AuthorName","bibdata":"1981","wherekept":"On the
shelf","primtopic":"Cooking","":true}</data>
<<wikify [[Click here|%0]] {{tiddler.data("wherekept","DefaultValue")}}
>>
I get: "Click here|On the shelf"
as pure (wikified) text and no clickable link .... ??
YS Måns Mårtensson
On May 8, 6:05 pm, Eric Shulman <[email protected]> wrote:
> > Hi TwWizards
>
> > I'd like to wikify a datavalue (not fieldvalue!) and convert it to a
> > clickable link:
> > <<wikify [[Click here|%0]] tiddler.data
> > ("SomeDataName"):"SomeDataValue">>
>
> You can use an 'evaluated parameter' to retrieve the data value
>
> <<wikify [[Click here|%0]]
> {{tiddler.data("SomeDataName","DefaultValue")}}>>
>
> refs:
> http://www.TiddlyTools.com/#WikifyPlugin
> http://tiddlywiki.abego-software.de/#DataTiddlerPlugin
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---