I'm searching for a smart way to obtain multiple link ready to click, based 
on tiddler current title, like this example:

https://www.google.com?q=tiddler title+other+string
https://www.google.com?q=tiddler title+another+term
https://www.google.com?q=tiddler title+term3
https://www.google.com?q=tiddler title+term4
...

Best with snippet and button to insert all strings in a snippet with a 
single click.

All of this doesn't work :

https://www.google.com/search?q={{!!title}}+other+term
[ext[https://www.google.com/search?q=<$field {!!title}+folkdancefootnotes]]
<$link to="https://www.google.com?q=<<currentTiddler>>"><$view 
field="title"/></$link>

\define mysearch()
https://www.google.com?q=<<currentTiddler>>+other+term
\end

How to do this?
Thanks.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1210b5d2-cbca-447e-9955-f32bb8dadd18o%40googlegroups.com.

Reply via email to