TiddlyWikiDB
OK, using TW as a UI for TagMe has proved to be a dead herring, or was that a red end?
Basically I would have to remodel TagMe’s data er… model to match that of TW which I don’t like. I also would start having lots of duplicate code - if TW then… - so I’ve decided to create a simple (don’t they all start "simple"…?) database for saving tiddlers and using XMLHttp to load and save tiddlers to an SQL database.
When "done" is clicked the system saves the tiddler to the database - the direct wikitext and a rendered (wikified) copy is saved for some good reason I forgot.
So far it’s peachy but I still have to get the hang of the encoding scheme TW is using (unescapeLineBreaks)…
).