Yes but don't plugins have to be compiled and installed using setuptools and all that? Right now I have a neat system where macros are placed in the directory from SVN so I edit macros in the SVN and they pop up in all Trac projects when I update the server.
Jason -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Boos Sent: Friday, January 12, 2007 4:50 PM To: [email protected] Subject: [Trac] Re: Linking To Sections Jason Winnebeck wrote: > I am using 0.10.2. I realized my mistake, I was putting the text in a > macro that does formatting and the block was big I forgot I wasn't in > wiki text. The macro we made makes tables (since Trac table syntax is > not convenient to us)... maybe I should modify it to call some > wikification function on the cells in the table... Isn't there a > function to do that in my macro if I have plain text I want to convert > wiki text to HTML? > You'd have to use the "new style" macros for that, i.e. write a plugin (a single file plugin would do in this case). The conversion is not that hard: see http://trac.edgewall.org/wiki/MacroBazaar#AutoNav for an example. Once you've got that working, look in trac/wiki/formatter.py for the wiki_to_oneliner and use that. -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
