--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/-5SPFwSesZc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
\define linkpdf(title)
<object data="file:///C:/somefolder/somotherfolder/$title$.pdf" type="application/pdf" width="100%" height="500px"/>
\end
<$macrocall $name=linkpdf title={{!!filename}}/>
I did try that but that doesn't work (<object data={{!!path}}{{!!filename}} type="application/pdf" width="100%" height="500px"/>).
The path is defined in a field in the tiddly. The file name is also defined in a field in the same tiddly
Why people is using macrocall instead of the simplest and efficient <<macroname>>