Thanks,

Again you save me a lot of time.
You're fantastic.

Marc La raison



________________________________
 De : Eric Shulman <[email protected]>
À : TiddlyWiki <[email protected]> 
Envoyé le : lundi 20 août 2012 14h12
Objet : [tw] Re: lauch program from a tiddler
 
> But i want to use the tiddler title in place of "C:\MyPath\TW\test.tex"
> May be like this :
> <<LaunchApplicationButton "TexmakerX" "Linux Emacs" "C:\Path\texmakerx.exe" 
> tiddler.title>>

To use a reference to tiddler.title as a macro parameter, you need to
enclose it within doubled curly brackets, like this:
   <<LaunchApplicationButton ... {{tiddler.title}}>>
This causes the the tiddler.title variable reference to be processed
as an "evaluated parameter", so that its *value* is automatically
retrieved and substituted as the value of the macro parameter.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
  http://www.TiddlyTools.com/#Donations

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 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.

-- 
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