Looks great. I found one more issue though, the default content for a wiki page includes `[[download_button]]` which previously ran but showed nothing. Now without that macro, new wikis will have a literal `[[download_button]]` on the wiki home page. There are a few references in the code but I think the one at `ForgeWiki/forgewiki/wiki_main.py +283` is the one that matters.
It'd probably be useful to have the default wiki page content configurable/overridable anyway. --- ** [tickets:#6393] Allow plugins to register new markdown macros** **Status:** in-progress **Created:** Tue Jun 25, 2013 04:39 PM UTC by Tim Van Steenburgh **Last Updated:** Thu Jan 16, 2014 01:13 PM UTC **Owner:** Tim Van Steenburgh Right now all of our markdown macros are defined in Allura core, even those that are tool-specific. We should provide a way for plugins to register their own macros with the platform. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
