Posted on 18/11/2011 15:56:17
Hi Paul,
There is a plugin for the editor that enables showing template tags in design mode. The plugin is disabled by default and you will need to modify the editor configuration file in order to enable it. Open
/Admin/Editor/fckconfig.js and uncomment the following line:
// FCKConfig.Plugins.Add('DwTagsViewer');
The plugin has no UI. It just highlights your template tags when working in design mode. Note that you will still need to switch to source mode in order to add new tags but you can delete existing tags without doing so.
Of course you might not have access to the editor configuration file. I will talk to my colleagues regarding registering a new product backlog item for this.
-- Pavel