On Monday, June 22, 2015 at 10:13:05 AM UTC-7, Jonnan wrote:
>
> Okay -  I want to autocreate a link to google the Wiki subject - e.g. 
> https://www.google.com/search?q={{!!title}} where the Title is 'XCOM - 
> Enemy Unknown', thus generating 
> https://www.google.com/search?q=XCOM%20-%20Enemy%20Unknown 
> Despite attempts with transclusion and a few tricks with escaped 
> characters et al, I'm not coming up with a way to do this within a URL. Am 
> I missing something obvious, or am I just not the bright monkey I think I 
> am?
>

You need to use a macro to construct the desired URL.  Something like this 
should do:

\define googurl()
 https://www.google.com/search?q=$(subject)$
\end
<$set name="subject" value={{!!title}}>
<a href=<<googurl>>> click me! </a>
</$set>

enjoy,
-e
Eric Shulman
ELS Design Studios
TiddlyTools - "Small Tools for Big Ideas!"
InsideTiddlyWiki: The Missing Manuals

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7aa5f0b6-4e8f-4ff1-92ce-c00e9e2b3eae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to