Re: [tw] Re: Concatenate fields

2014-04-05 Thread Ulrik Stervbo
Thanks! \define linkpdf(title) object data=file:///C:/somefolder/somotherfolder/$title$.pdf type= application/pdf width=100% height=500px/ \end $macrocall $name=linkpdf title={{!!filename}}/ works nicely! Adding quotes (object data={{!!path}}{{!!filename}} ...) doesn't (that I had already

Re: [tw] Re: Concatenate fields

2014-04-05 Thread Danielo Rodríguez
Glad you finally got it working. Why people is using macrocall instead of the simplest and efficient macroname -- 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

Re: [tw] Re: Concatenate fields

2014-04-05 Thread Stephan Hradek
Just try it and you'll notice the difference. -- 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 post to this group, send

Re: [tw] Re: Concatenate fields

2014-04-04 Thread Ulrik Stervbo
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 2014-04-04 15:34 GMT+02:00 Danielo Rodríguez rdani...@gmail.com:

Re: [tw] Re: Concatenate fields

2014-04-04 Thread cmari
I'm sure someone else could come up with something more elegant, but I think the method in this thread https://groups.google.com/forum/?hl=en#!searchin/tiddlywiki/linkimage$20tw5/tiddlywiki/T4iAJWt4CdE/MFeao7hpvokJ would work. E.g., \define linkpdf(title) object