Not a developer? Go to MovableType.com

Plugin and Theme Directory

Jacques Distler

NumericEntitites

Converts XHTML and MathML named entities to Numeric Character References. This makes it safe to send XHTML+MathML to XHTML User-Agents (Safari, Opera, etc.) which may not have full MathML support.

SVGfix

This plugin converts ordinary namespace well-formed XHTML+MathML+SVG into the peculiar format demanded by the W3C Validator. The plugin adds a global filter, which you can use in your templates: <MTEntryBody svg_fix=”1”> As a bonus, the plugin does the conversion handled

StripControlChars

Fixes control characters inadvertently entered into entries or comments by pasting text containing “smart quotes,” etc. This plugin is relevant only to blogs whose character-encoding is iso-8859-1. If you’re using utf-8, you probably aren’t encountering the problem this plugin set

Validate

Validates your templates/documents based on the w3 validator <MTValidate> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title><$MTBlogName$>: <$MTEntryTitle$></title> </head> <body> <h3 class="title"><$MTEntryTitle$></h3> <$MTEntryBody$> <a name="more"></a> <$MTEntryMore$> </body> </html> </MTValidate>

Validate

Validates entries or comments against a local copy of the W3C Validator. (Original 0.1 version by Alexei Kosut.)

itex2MML

For Math equations in entries - compose posts in itex, and converts them to XHTML+MathML, which advanced browsers like Mozilla can render. $\sin(\theta)\cos(\theta)= \frac{1}{2}\sin(2\theta)$ is an inline equation. [ \int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} ] is a display equation.

itex2MML

Provides two text-filters, converting embedded itex (a dialect of LaTeX) equations into MathML. Bundled with the optional TextileMarkdownMML plugin, which allows you to use itex equations in Textile or Markdown.