Mark: The imageit macro works, it generates an image outline, that when clicked shows the full image.
Is there a way to simply have an image displayed in the tiddler without having to click a link? Thanks Steve Wharton On Monday, November 10, 2014 4:22:20 PM UTC-5, Mark S. wrote: > > You could roll your own macro that would do some of that: > > \define imageit(image:"image.jpg") > <a href=$image$ target="new"><img src=$image$ width="25%" height="25%" > /></a> > \end > > e.g. > > <<imageit "TW-Images\chimps_77646868_3patrol.jpg">> > > This produces a 1/4 size clickable "thumb" (no actual thumb is generated). > > To actually generate a thumb would probably take a FF plugin. > > The tiddlyclip plugin (http://tiddlyclip.tiddlyspot.com/) can capture > screenshots of web pages, BTW. > > > On Monday, November 10, 2014 10:57:50 AM UTC-8, steve wrote: >> >> Hi >> >> I am using TW5 to write documentation for a application and I would like >> to embed screenshots in the text >> So far I am able to have a clickable link to the image (see below) >> >> [ext[App Screenshot|./externalFiles/image.tiff]] >> >> What I would really like to do is: >> * have the image displayed in the tiddler without having to click on a >> link (good); >> * have a thumbnail of the image displayed; click on thumbnail to see the >> full resolution image (better) >> * generate the thumbnail "on the fly" without having to a separate >> thumbnail image; click on the thumbnail to see the full resolution image >> (best) >> >> Steve Wharton >> > -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

