Excactly what I needed to know. Thanks Eric. Now my generated "thumbnails in a table" functions as clickable links to the tiddlers holding the initial imagefield captured by the fET producing the table - and everything is produced automatically - it's almost magic for me - discovering that this was even possible... a few days ago I wouldn't have considered much of it doable in a TW.
I have no background whatsoever for expecting anything when it comes to html, javascript or wikis - I have never learned anything about or even tried writing html, javascript,macros, scripts or just simple wikisyntax - before I started with TW few months ago - so everything is new to me in these areas - and I more or less excpected everything or nothing at all when I started. Diving into TW has been a great experience uptill now - and I have a growing respect for both the "tinkers & tailors" - (programmers and designers), the need for documentation and the active community around an OpenSource project. TiddlyWiki is very good for introducing novices like myself to codewriting (copy/pasting snippets to see what happens, is enough for someone who needs quick results ) - and it delivers the building blocks for everyone to create tailored and original applications. Of course my thoughts on these matters must be obvious for everyone who participates in this project - and I understand that what I've written on this groups threads - most certainly reveals that I am a novice on these fields - but even so - I'd like to repeat and encourage everyone who can - to participate in keeping up the good pace in the devellopment of TW - because it delivers a platform - even for someone like me - to discover so much - and get involved - in such a short time. I hope that I will keep on discovering new paths to the same end (as is what I do most of the time :-)) - and one thing that I'm most certain of - is that I've turned into a TW-prophet on my work - using it in almost every aspect of teaching and communicating - with students, parents and collegues. All I wanted to say was: I think that TW is great!! YS Måns Mårtensson On Mar 21, 3:49 am, Eric Shulman <[email protected]> wrote: > > I'd like my pictures to become clickable links to the tiddlers from > > where I fetched them into my table via fET. > > Maybe this could be automated in some way?.. > > > Here's an example of the code I use for fET when retrieving a picture > > and a title when hovering the mouse over the picture, which is shown > > in my table: > > [img(55%,auto)["+store.getValue(tiddler,"title")+"|"+store.getValue > > (tiddler,"image")+"]] > > I just need the picture to "link back" to the tiddler from where it > > was fetched, when clicked on... > > The TW standard syntax for a *linked* image is: > [img[...][link]] > where 'link' can be either an internal tiddler link, or an external > URL. Thus, for your fET-generated output, you would simply write > something like: > > "[img(55%,auto)["+store.getValue(tiddler,"title")+"|"+store.getValue > (tiddler,"image")+"]["+tiddler.title+"]]" > > enjoy, > -e > Eric Shulman > TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

