> Never mind - I fixed it.
Really?!? Because I found and fixed the cause in the plugin (the TidIDE editor's tag input field didn't have the needed edit="tags" attribute set.... it does now. I also changed the way the editor's HTML is loaded. Instead of simply pulling HTML from a statically-defined text variable, the plugin now uses a 'hidden section' to store the HTML in the plugin and, during document startup, the plugin delivers this HTML 'payload' to a shadow tiddler, [[TidIDEPluginEditorPanel]], which is then retrieved by the plugin when rendering an actual instance of an editor panel. By using this 'shadow payload' technique, it makes it much easier to translate/ customize the HTML definition, simply by overriding the shadow tiddler with a real one... without ever having to edit the plugin's javascript code. Get the update (v1.8.5) here: http://www.TiddlyTools.com/#TidIDEPlugin enjoy, -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

