/tiddlywiki-mathjax

A MathJax plugin for TiddlyWiki

Primary LanguageJavaScript

MathJaxPlugin

Author: Guy Rutenberg

The original plugin appeared in this blog post.

Installation

Create a new tiddler named MathJaxPlugin and tag it with systemConfig. Copy the contents of the file tiddlywiki-mathjax.js into it.

Usage

Any text in your tiddlers surrounded by $$..$$ (or \(..\)) will be rendered as inline equation. Text surrounded by \[..\] will be rendered as displayed equation.

The actual code as a small demo section you can see once you install the plugin.

Changelog

1.0.1 (Feb 11, 2012)

  • Fixed interoperability with TiddlerBarPlugin