
noah at coderanger
Oct 19, 2008, 1:56 AM
Post #1 of 1
(68 views)
Permalink
|
Implement an IWikiSyntaxProvider. --Noah On Oct 17, 2008, at 2:27 AM, Roel Harbers wrote: > Hey people, > > Is there a way to configure the trac wiki to automatically make > links of text matching a certain regex? I want to link anything > matching /(\d{4}) (\d{3})/ to our helpdesk system (topdesk) > > I tried using interwiki, but I don't want to have to prefix every > link with an alias, and surround it with quotes (because of the > space in the topdesk incident numbers) > > So, basically, I want 0810 123 to automatically be a link to our > topdesk system (using 0810 and 123 as arguments to be used in the > url), instead of having to write [td:"0810 123"] > > Is there a plugin for this? If not, I’d be willing to make it > myself. Any directions on where to look for an appropriate example > for this kind of thing? > > Using Trac 0.11.1 > > Regards, > > Roel Harbers > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users[at]googlegroups.com To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|