Re: [tw] tw5 - Field value as image url ?

2014-04-27 Thread Jeremy Ruston
Hi Måns Are there any plans to let the icon field value accept/use external images (via URLs http or file)? eg. icon: http://somedomain.com/someimage.png At the moment, the templates use transclusion for the icon:

Re: [tw] tw5 - Field value as image url ?

2014-04-27 Thread Måns
Hi Jeremy Thank you very much! That was a very neat trick :-) Now I have one up my sleeve too :-): I made a template tiddler TitleImageTemplate tagged it with $:/tags/Image and wrote this text: $image source={{!!image}} tooltip={{!!title}}/. This seems to work just how I wanted it to work!

Re: [tw] tw5 - Field value as image url ?

2014-04-26 Thread Måns
Hi Jeremy Thank you. Are there any plans to let the icon field value accept/use external images (via URLs http or file)? eg. icon: http://somedomain.com/someimage.png Cheers Måns Mårtensson Den torsdag den 24. april 2014 11.30.03 UTC+2 skrev Jeremy Ruston: Hi Måns I'm trying to do sth

[tw] tw5 - Field value as image url ?

2014-04-24 Thread Måns
Hi TwWizards I'm trying to do sth like this: [img[{{!!title}}|{{!!image}}]] where image is a custom field value... However it doesn't work... (I'm using TW5 5.0.10-beta) I also tried to input the fieldvalue (an external image url) into the icon via the TagManager - which doesn't work

Re: [tw] tw5 - Field value as image url ?

2014-04-24 Thread Jeremy Ruston
Hi Måns I'm trying to do sth like this: [img[{{!!title}}|{{!!image}}]] where image is a custom field value... However it doesn't work... (I'm using TW5 5.0.10-beta) To do this you need to use the raw $image widget: $image source={{!!image}} tooltip={{!!title}}/ See