> I'm looking for a plug-in that after it successfully uploads the
> tiddlywiki to a server (I use Tiddlyspot) it refreshes the tiddlywiki,
> for online editing usage.
> There exists a Save and refresh plug-in:
http://tw.lewcid.org/#SaveAndReloadMacro
Try this:
Create a tiddler called [[UploadPluginTweaks]], tagged with
"systemConfig", containing:
config.macros.upload.UploadLog.prototype.endUpload =
function() {window.location.reload( false )};
Note: you can use any tiddler title, as long as it is alphabetically
AFTER "UploadPlugin", so that the above line of code overrides the
default function definition provided by the plugin.
HTH,
-e
Eric Shulman
TiddlyTools / ELS Design Studios