Textile + Wiki = …?

Yesterday, I downloaded Mark Pilgrim’s Python implementation of Textile and integrated it into the new hackish blog posting feature I added to my aggregator, and it works great. Now, I want Textile in my wiki. I google for it and don’t find much on wikis and Textile together. I wonder how this could be most easily done? In TWiki ? MoinMoin ? KWiki ?

shortname=textile_wiki

2 Comments

  1. Posted July 19, 2003 at 1:18 am | Permalink

    Tim Appnel’s TikiText might work for you .. it does something similar to Textile, but the markup is a bit different. It’s available as a Perl module, so that might work with TWiki. Or there’s a MoinMoin TikiText parser. On the other hand, since MoinMoin is in Python in might not be too hard to make a parser out of PyTextile… so many choices :-)

  2. Posted October 22, 2003 at 3:33 pm | Permalink

    It turns out to be ridiculously easy to combine PyTextile with MoinMoin. Here is
    the code which you install in your MoinMoin processors directory as Textile.py. You must also have PyTextile installed somewhere in the Python search path.

3 Trackbacks

  1. By bklyn.org on October 22, 2003 at 3:45 pm

    Textile Processor for MoinMoin

    I’ve grown rather fond of Textile formatting, courtesy of Brad Choate’s MT-Textile plugin for Movable Type. So late last night…

  2. By bklyn.org on October 22, 2003 at 3:45 pm

    Textile Processor for MoinMoin

    I’ve grown rather fond of Textile formatting, courtesy of Brad Choate’s MT-Textile plugin for Movable Type. So late last night…

  3. By bklyn.org on October 23, 2003 at 9:43 am

    Textile Processor for MoinMoin

    I’ve grown rather fond of Textile formatting, courtesy of Brad Choate’s MT-Textile plugin for Movable Type. So late last night…