it is better to use source={{!!_canonical_uri}} here is example
https://design4shop.ru/heeg.html#lamobile
воскресенье, 15 января 2017 г., 2:40:46 UTC+3 пользователь Rene написал:
>
> Thanks for the solution Mark! Yes, it works well.
>
> After some experimenting i did it this way (without macro) which also
> works nicely.
>
> <$list filter="[tag[book]]">
> <$link><$image source={{!!img-path}} /></$link>
> </$list>
>
>
>
> Am Samstag, 14. Januar 2017 03:08:33 UTC+1 schrieb Mark S.:
>>
>> There are different ways of doing this, but basically you need a macro to
>> concatenate the field field with the image framing. Something like:
>>
>> \define showimage(img) [img[$img$]]
>>
>>
>> <$list filter="[tag[books]]" >
>> <<currentTiddler>> <$macrocall $name="showimage" img={{!!imgpath}}>>
>> </$list>
>>
>>
>>
>> On Friday, January 13, 2017 at 2:37:56 PM UTC-8, Rene wrote:
>>>
>>> I have got a bunch of book tiddlers tagged with "book" and an image-path
>>> within a field called img-path (img-path: path/to/image/book-cover.jpg
>>> e.g.)
>>> I would like to create a list displaying the book covers linking to the
>>> specific book tiddlers.
>>> How can i do this?
>>>
>>> Is it possible to use ListWidget some sort like this?
>>>
>>> <$list filter="[tag[book]]">
>>> ...???...
>>> </$list>
>>>
>>>
>>>
>>>
>>>
>>>
--
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/506e34fc-677e-4ad7-94fb-1f7d3b84501c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.