[tw5] Re: Shiraz image-card macro question

2020-04-24 Thread grimes313
Awesome! Thank you both for the help, and thanks Mohammad for the amazing plugin! :) On Friday, April 24, 2020 at 12:47:57 PM UTC, Mohammad wrote: > > Hi grimes313, > > When you want to pass variable or transcluded field use $macrocall widget > More info:

[tw5] Re: Shiraz image-card macro question

2020-04-24 Thread Saq Imtiaz
See https://tiddlywiki.com/#MacroCallWidget for further details. On Friday, April 24, 2020 at 1:35:29 PM UTC+2, grimes313 wrote: > > Hey everyone, > > I need help with a macro from the Shiraz plugin; not sure if this is the > proper place to ask. > > I'm trying to use *image-card* by passing

[tw5] Re: Shiraz image-card macro question

2020-04-24 Thread Saq Imtiaz
You cannot pass text references or filtered parameters to macros with that syntax. Use the widget version instead: <$macrocall $name="image-card" img="placeholder.png" title={{!!field2}} text={{!!field3}} align="" width="100" pos="bottom" /> On Friday, April 24, 2020 at 1:35:29 PM UTC+2,

[tw5] Re: Shiraz image-card macro question

2020-04-24 Thread Mohammad
Hi grimes313, When you want to pass variable or transcluded field use $macrocall widget More info: https://tiddlywiki.com/prerelease/#MacroCallWidget In your case you can try <$macrocall $name=image-card img={{!!field1}} title=... --Mohammad On Friday, April 24, 2020 at 4:05:29 PM