sihorton / appjs-TiddlyWiki

TiddlyWiki plugin for AppJS
5 stars 0 forks source link

Suggested improvements to the TiddlyWiki plugin. #5

Closed JohnHind closed 12 years ago

JohnHind commented 12 years ago
  1. Hijacks are only implemented if actually running in AppJS. This should be more robust regarding possible conflicts with other plugins and also enables the code to be simplified.
  2. Hijack added for 'config.tasks.save.action'. This makes the 'Save' option on the backstage work correctly.
sihorton commented 12 years ago

Thanks for the Patch, good improvements to the plugin, as you say this should improve the compatability with other plugins since you only apply the hijacks if we are running in AppJS, thanks for fixing the backstage save option as well, I had missed that when I made the original plugin.