A MathJax plugin for TiddlyWiki
JavaScript
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.rst
tiddlywiki-mathjax.js

README.rst

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