MGTD on Tiddlyspot and UploadPlugin

posted by simon on Sunday, May 18, 2008

If you created an MGTD on Tiddlyspot in the last few days you would have had problems uploading/saving to web. This is because an older version of UploadPlugin being installed which has bugs in TW 2.4. To solve this problem you can either delete and recreate your site or update UploadPlugin from http://simontest-mgtdulp41.tiddlyspot.com/#UploadPlugin

All MGTD users on Tiddlyspot have the older UploadPlugin installed. You should also upgrade to the correct version of UploadPlugin. Import UploadPlugin from http://simontest-mgtdulp41.tiddlyspot.com/ using backstage/import. Then save and reload. Apologies for the inconvenience.

Regards,
Simon.

Minor MPTW/Tiddlyspot bug

posted by simon on Wednesday, May 14, 2008

If you created an MPTW on Tiddlyspot in the last two days you might want to get rid of the autosave default in MptwConfigPlugin. Find the following line:

config.options.chkAutoSave = true; // do autosave

and replace it with this:

config.options.chkAutoSave = (window.location.protocol == "file:"); // do autosave if we're in local file