I made a workaround...
Made a fET in a new tiddler:
<<forEachTiddler where 'tiddler.tags.contains("SomeTag")&& tiddler.data
("DataValueAliasTiddlerTitle") && tiddler.title.contains
(context.viewerTiddler.title)'
sortBy 'tiddler.data("DataValueAliasTiddlerTitle")'
write
 '" [[Click here|"+tiddler.data("DataValueAliasTiddlerTitle")+"]] "'

        none '"//ingen \"student\" has read the book yet//"'
>>

Then I put it my htmlformtemplate: <<tiddler MyNewfET>>: next to my
datainputfield.
This way I got a clickable link to a datafield..

Regards Måns Mårtensson

On May 8, 5:27 pm, Måns <[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">>
>
> I know my syntax is wrong - and maybe one just can't use
> textdatavalues - but I ask anyway:
> Is this possible?
>
> YS Måns Mårtensson
--~--~---------~--~----~------------~-------~--~----~
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