Hi everyone, I found the acronym table plugin is quite useful but limited in certain way. The way it works is whenever there is a acronym defined in the table, you can put your cursor on it and it will show you the description and directs you to the URL specified in the table.
Now I want to define a regular expression, so whenever there is a word in wiki page matches it, it acts just like the acronym words do. Like direct you to a wiki page, if not exists, creates one and shows description of this word when you put cursor on it. My thought is: when the regular expression matches a word, it searches the acronym table to see if it is defined there. If not, it links to the "AcronymDefinition" page for user to define it. If yes, then show the description and link to the URL in the acronym table. I looked into the code of that plugin, but still have no clue how IWikiSyntaxProvider works. Any help is appreciated. --Ricky -- You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en.
