Solved!

I just applied this "template" to my texts using Search & Replace with 
regular expressions in jEdit:

<div created="20131120145500000" modified="20131120145500000" tags=$1 
title="$2">\n<pre>$3</pre>\n</div>

Where my search pattern was:

^([^\t\n]+)\t([^\t\n]+)\t([^\t\n]+)$

and thus splitting the columns (seperated by tab) into $1, $2 and $3.

I then just copied the reformatted text into my tiddlywiki.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to