WhiIe trying to achieve a clean way to mange links and url, I wanted to 
build an url based upon a field containing part of it. So I use this :

\define genurl()http://somesite/{{!!some_field}}

<a href=<<genurl>> >{{!!someotherfield}}</a>

That generate something like :
<a href="http://somesite/{{!!somefield}}";>Value_of_the_other_field</a>

While I expected :
<a href="http://somesite/Value_of_the_field";>Value_of_the_other_field</a>

Documentation (http://tiddlywiki.com/#HTML%20in%20WikiText) states that 
it's ok to use fields or macros, but I am not too sure when the parser 
replaces what. Do I miss something obvious here ?

Jc

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to