TemplateNoteDebug plugin overides the default action of MTTemplateNote tag. You can get the free formatted strings for debugging the template with attributes in MTTemplateNote, for example, task tickets and editor names and remarks. And after disabled or removed this plugin, you rebuild them, you'll got the no debugging output.
TemplateNoteDebug (Version 0.01)
Get an archive and unzip into the plugins directory of MT. After that, please configure the plugin in System Plugins. For example, set like below.
you have configured above, write MTTemplateNote
tags in any templates.
Thereupon,MTTemplateNote
will make these output.
String as "%{hogehoge}
" will replaced with the parameters of same name in MTTemplateNote
tag.