That's some good investigative work there - thanks for putting so much effort into this!
> Solution: In the NewSavedTiddlerPlugin, in function > config.macros.newSavedTiddler.onClick, add one line of code: > merge(fields, config.defaultCustomFields, true); Yep, that sounds right - this fix should be fully backwards compatible too. Simon, are you listening? > Cause: This problem occurs due to a conflict between MgtdIndexedTags > and ServerSideSavingPlugin. MgtdIndexedTags hijacks the > Tiddlywiki.prototype.removeTiddlers() function, while > ServerSideSavingPlugin *overrides* the same function. That's quite likely. Perhaps we need to force the ServerSideSavingPlugin to be loaded before any other plugin - that's currently only possible by renaming the tiddler though (as plugins are loaded in alphabetical order), so it's not exactly an elegant solution... We might also get by without a complete override there - will need to investigate. -- F. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/TiddlyWikiDev?hl=en -~----------~----~----~----~------~----~------~--~---
