Another option for tables is:
<html><p align="center">
<textarea id="xclToTw" rows="10" cols="60"></textarea>
<button onclick="(function(){var
ta=document.getElementById('xclToTw');
displayMessage('original: ' +ta.value); ta.value=ta.value.replace(/^|$|
\t/gm, '|');})();" >
Translate</button></p></html>Place it in a tiddler and paste the table in, then push the translate button. IE seems to add in an extra line and | for each row. Firefox adds in a extra line and | at the end of the table. Does not handle anything beyond simple cells. Think I got it from Wolfgang. Ken Girard On Nov 7, 2:20 am, iain <[EMAIL PROTECTED]> wrote: > Thanks FND and cmari it took some time finding the pipe symbol (which > does not look like a pipe to this Industrial Archaeologist) and a few > experiments and it works. The pipe symbol is created by shift \ > > You have to think a bit about what's in the table cells as well. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

