Hi, See notes below
> Also see this page:
> http://www.tiddlywiki.org/wiki/Troubleshooting
we updated to release 0.9.6 and now everything is working YEAH!!!!!!
thanks for advise, i will follow the above guide for further issues
> As you've guessed, it's a missing feature in the TiddlyWeb adaptor for
> now. It's nothing massively complicated - I simply haven't gotten around
> to it yet.
OK awaiting next release, in the meantime we rename and delete ;)
>
> You need to add some fields in the saveTiddler call:
> store.saveTiddler(title, newTitle, newBody, modifier, modified,
> tags, {
> "server.type": "tiddlyweb",
> "server.host": "<URI>",
> "server.bag": "<bag>"
> });
OK, It tried something like that and the wizard is working
and even saving the new tiddler in the right bag !!!!!!!!!!!!
store.saveTiddler(title, newTitle, newBody, modifier, modified,
tags,
{
"server.type": "tiddlyweb",
"server.host": store.getTiddler("TiddlyWebConfig").fields
["server.host"],
"server.workspace": store.getTiddler("TiddlyWebConfig").fields
["server.workspace"]
});
again many thanks for the help, it's amazing
now we are starting to work intense with our imported tiddlywikis
i will post our experience with get to go tiddlyweb
happy Edi
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---