Dan, On Tue, Jan 25, 2011 at 4:29 PM, Dan G. Switzer, II <[email protected]> wrote: > In Trac 0.12, is there are way to render comments w/out any wiki > formatting? > > I've noticed that the comments being sent out are the exact text > stored in the comment, which means processors such as "{{{" and "}}}" > end up showing in the output. This also happens with the SVN commit > notifications. > > Is there a way to format the comment more like how it would appear on > screen, removing processing directives like "{{{"?
The best way that I've found is the AnnouncerPlugin on trac-hacks: http://trac-hacks.org/wiki/AnnouncerPlugin. This plugin will render the wiki formatting and make ticket comments look much closer to how they appear in the web application. I've been using this plugin for a couple of years, and it works fairly well, even though there are sometimes messages sent out where the formatting is less than perfect. chris -- You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en.
