> > > >FWIW, there's also this: > > >https://github.com/FND/tiddlywiki-svn-mirror/blob/master/tools/TiddlyPy/main.py<https://github.com/FND/tiddlywiki-svn-mirror/blob/master/tools/TiddlyPy/main.py> > > >
Wow! I searched google to see if someone had used the name tiddlyPy, but found no results. I should rename. In the past two weeks, however, with testing various implementations the only way I have found to accurately transfer all of the contents of a tiddler including plugins and everything else is to just use the raw html much like Okido in [1]. While I'll admit that [2] [3] are a bit more elegant,and more object oriented, I think I will follow this methodology. This reduces my overhead by not needing an html parser and allows preservation of the tiddler contents since I read line by line and just transfer the contents rather that placing them in structured data types most of which need some sort of conversion. By the way, you guys are amazing and I am really enjoying this thread, but should I start a new thread since I am no longer looking for a rewrite in C, or should the whole context of the discussion be preserved to enlighten anyone else who might consider this in the future? [1] - http://groups.google.com/group/tiddlywiki/browse_thread/thread/4454c599c92bcdbc [2] - https://github.com/FND/tiddlywiki-svn-mirror/blob/master/tools/TiddlyPy/main.py [3] - https://github.com/tiddlyweb/tiddlywebplugins.twimport -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
