Hello,
I wanted to write a Macro which compose the link to a presentation based on fields and a tiddler. This works fine for the entire path already, but i do not manage to get the name ppp of the presentation into the macro. How do I do this?

   \define presentationlink()
   [[$(pname)$|$(videosource)$$(seminar)$/$(thema)$/P/$(pname)$]]
   \end
   \define prsnt(ppp)
   <$vars videosource={{Videosource}} seminar={{!!seminar}}
   thema={{!!thema}} pname=$(ppp)$>
   <<presentationlink>>
   </$vars>
   \end
   <<prsnt ppp="MiseEnScene.pps">>

Thanks for Help
Jan

--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/579B1A5B.5010608%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to