On Friday, September 21, 2012 4:50:58 AM UTC-7, Faramant wrote: > > Is it possibly to render JIRA ticket keyword like "ISSUE-1234" into real > links pointing to a JIRA repository? >
I'd go with Netjunki's suggestion of using InterMapTxt because it is simple, but if you do end up writing your own plugin, you'll need to look at the IWikiSyntaxProvider (1). AcronymsPlugin (2) provides a good example of how to implement this. (1) http://trac.edgewall.org/browser/tags/trac-1.0/trac/wiki/api.py?marks=178-202#L176 (2) http://trac-hacks.org/wiki/AcronymsPlugin -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/KuPIfTy6cEcJ. 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.
