> I did get the macro to work by replacing
> config.macros.upload.action(this.params) with saveChanges()
You essentially need to do the same in the plugin:
obj.timer = window.setInterval("config.macros.upload.action();", [...]
becomes
obj.timer = window.setInterval("saveChanges();", [...]
Make sure you always have a verified backup when using this.
-- F.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---