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]]
An Update:
I tried a number of ways (see below) to display the images "screenshot.jpg" and "screenshot.tiff" in a tiddler. The files screenshot.jpg and screenshot.tiff are in the same directory as the html file. I'm using Firefox. The problem appears to be the .tiff format
2. The imageit macro does work with the screenshot.JPG image, but it opens the full image in a new tab.
<<imageit "screenshot.jpg">>
I am using the high resolution tiff format for now because that is what is generated by the Mac OS "grab" utility.
In practice I would switch to another smaller image format.
Or use png which has the same advantages for screen shots: it creates small lossless files as well. *And* has transparency possibility.
Mark
The simplest thing for me to do right now is to stop using tiff. I have a small number of images and it is easy for me to convert them to jpg using preview.
You are correct that what I wanted to do was to reveal the full image in the same place. I used a twc utility called ThumbThing (from Eric Shulman, see http://www.tiddlytools.com/#ThumbThing) that worked this way (see attachment). I used the utility to randomly select a file (from a list of locally stored pictures), automatically display it as thumbnail, click on thumbnail to show the full image, and click on the full image to hide it.
Steve Wharton
\define imageit(image:"image.jpg")
<a href=$image$ target="new"><img src=$image$ width="25%" height="25%" /></a>
\end
<<imageit "images\phandalin.jpg">>
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/54340cfb-75db-454d-8e22-b67989cfc397%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.