Following up on Ken's tips, I have managed to improve the look quite a bit. The following does pretty much what I'm looking for:
''<<option txtUserName>>'' ''<<option pasUploadPassword>>'' ''<html><a href='http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download' class='button'>download</a></html>'' ''<<saveChanges>>'' ''<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . . " + config.tiddlyspotSiteId + ">>'' To shorten the password check box label, I changed the following line in the UploadPlugin: <!-- config.macros.option.passwordCheckboxLabel = "Save this password on this computer"; --> config.macros.option.passwordCheckboxLabel = "save"; For some reason, adding that line to UploadPluginConfig or say zzConfig did not work. I had to comment out the text in the UploadPlugin. I'm almost there, but not quite: the code above is adapted from the TspotSetupPlugin, but for some reason the "download" button does not work. The "upload" button and "save changes" button do work. I can make a workable download button with [[Download|http:// tiddlyspotSiteId.tiddlyspot.com/]], but it doesn't look the same. So I'd like to fix the current attempt. Can anyone spot anything wrong with the following line? ''<html><a href='http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/ download' class='button'>download</a></html>'' thanks, Patrick. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

