A simple Textile parser for MoinMoin 1.9.
- Prerequisites for this plugin are PyTextile and MoinMoin itself.
- Copy
mointextile.py
in to thedata/plugin/parser/
directory1. - Restart MoinMoin.
1 Check here for the most up to date plug-in installation instructions.
The plugin is enabled on a page-by-page basis using the #format mointextile
directive at the top of the page.
When adding the http
class attribute to external links with no other class specified, this plugin should probably use the same regular expression as Moin in order to decide if a link is internal or external. It currently just looks for links that start with “http”.
Copyright © 2011 Andrei Mackenzie. This plugin is distributed under the terms of the GNU GPL.
Portions of this plugin are derived from the PyTextile library and are © their respective owners.