Another little dumb question. How to transclude field value into a 
hyperlink? I tried to tailor info from this topic, but wasn't successful. 

1. So, question is very easy: If I have a "mylink" field in a tiddler. How 
do I transclude it so that it continued to operate as a hyperlink?
I tried smth like <a href="{{!!mylink}}">MyText</a>  or  
[ext[MyText|{{!!mylink}}]], but obviously that didn't work. Is there a 
proper syntax somewhere? or should it be done via some variables?

2. Plus I need to have it working to local folders as well. So if I have 
"mylocallink" field, how to do that?
<a href="file:///{{!!mylocallink}}">MyText</a> - obviously didn't work 
either.

3. And in general: what to do if I want to make values in "mylink" or 
"mylocallink" fields to be PART of the final hyperlink?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4bfb43af-8665-45e7-85d2-803ec8074590o%40googlegroups.com.

Reply via email to