Hello,

As it was mentioned earlier here, large tables written in TiddlyWiki
format do not render sufficiently fast, therefore it was recommended
to utilize pure html format. I have created an external file in the
'Pure Store' HTML in order to import it later to TW. With the table
created in pure TiddlyWiki format import works as it should be.
However, when the file with import data written in HTML like this
(e.g.):

<html>
<table border="1">
<tr><td>XXX</td><td>050643816</td><td>2</td><td>39664</td><td>39990</
td><td>3.275</td><td> 3</td></tr>
</html>

results in the corrupted tiddler which displays:

<table border="1">
<tbody><tr><td>XXX</td><td>050643816</td><td>2</td><td>39664</
td><td>39990</td><td>3.275</td><td> 3</td></tr>
</tbody></table>

Apparently brackets with <html> and </html> are deleted during import.
Is there a way around it, besides editing tiddlers manually?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to