I've been exploring the tiddlywiki code, and I am trying to understand
why the "store area" of the file is identified using regular
expressions, requiring some slightly odd/delicate and potentially
error-prone embedding of special strings in the document. Wouldn't it
be more robust to just write a <div id="storearea"></div> in the
document, then find/modify it by loading the document into a dom node
(not in the visible document) and using getElementById()?
--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---