This plugin adds Mathjax capabilities to the Kanboard.
- Use
$$ \alpha $$
for inline math. - Use
$$$ \beta $$$
for display/block math. - An icon is also added to the text editor toolbar, which inserts a block math environment.
- The
Preview
functionality in the text editor now also renders MathJax!
⚠ This plugin uses a CDN (jsdelivr.net) to fetch the required JS files for MathJax.
- Michael Zauner
- License MIT
- Kanboard >= 1.0.35 (tested on Kanboard 1.2.20)
You have the choice between 3 methods:
- Install the plugin from the Kanboard plugin manager in one click
- Download the zip file and decompress everything under the directory
plugins/mathjaxForKanboard
- Clone this repository into the folder
plugins/mathjaxForKanboard
Note: Plugin folder is case-sensitive.
- When using the
Preview
, and having an equation label defined, Mathjax will not render that equation because the label was already defined in the main body!
- MathJax: https://www.mathjax.org/
- Kanboard: https://kanboard.org/
Creecros's MarkdownPlus was a big help in creating this plugin. See the original at: https://github.com/creecros/MarkdownPlus