Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 823 Bytes

README.rst

File metadata and controls

33 lines (24 loc) · 823 Bytes

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