Hi xlines, Instead of directly converting from calc to html and then to import into tiddlywiki... might it make more sense to rearrange the contents of your spreadsheet into a well defined csv table, which you then import into several tiddlers via something like Eric's ImportTiddlersPlugin or CreateTiddlersFromCSV... and to then manually set up your table tiddlywiki-style? ...maybe using transclusion to arrange those cells imported as tiddlers.
Or, are you trying to automate a calc -> html -> tiddlywiki process whilst adding lightbox candy? Well, for me it's rather difficult to imagine the calc to html bulk you're trying to lightboxify into some tiddlywiki. Might be a good idea to expose an example uploaded somewhere (via dropbox)... makes the playing-around-with and the showing-off-problems a whole lot easier. ;o) Tobias. On 12 Apr., 16:29, xlines <[email protected]> wrote: > Hello! > > I am looking for a way to use Lightbox with Tiddly in a specific > situation. Basically, I want to run lightbox from within <html> tags > in a tiddler. I tried to put following code into a tiddler: > > <html> > > <head> > > <script type="text/javascript" src="js/prototype.js"></script> > <script type="text/javascript" src="js/scriptaculous.js? > load=effects,builder"></script> > <script type="text/javascript" src="js/lightbox.js"></script> > > <link rel="stylesheet" href="css/lightbox.css" type="text/css" > media="screen" /> > </head> > > <a href="xrd/xrd0.png" rel="lightbox" title="test">image #1</a> > > </html> > > In a regular .html file in the same folder as tiddly file, this would > run lightbox (so all the scripts and images are set correctly!). From > a tiddler, it has same effect like setting a regular link to image > e.g. image just loads. Problem is that clicking Back reloads entire > tiddly. > > Do note that I use TiddlyLightbox plugin and it is excellent. But in > this specific situation I really need to run it from html tags. As you > may noticed, I am not very experienced with jscript and html, so I > kindly ask for any assistance that would help me solving my problem. > Thank you! -- 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.

