Description
Provides interactive input support for math formulae via Katex
Additional Information
Links: | |
---|---|
Maintainers: | mick2nd |
Version: | 1.0.0 |
Minimum app version: | 2.13 |
Downloads: This version: | 0 |
Last updated: | N/A |
Katex Input Helper Joplin Plugin
This plugin can be used to support the input of Mathematical formulae. It does this by opening an input dialog by command, then generating the formula and finally returning the edited formula back to the original note.
Basic Instructions
- Open a note with a formula area, select a piece of the formula to be processed.
- Invoke the Katex Input Helper dialog with a keyboard shortcut.
- Process the formula in the upper part of the dialog in Katex format.
- Get feedback in the lower part of the dialog where the generated formula is displayed.
- Finally leave the dialog either by pressing the Okay or the Cancel button.
- By pressing Okay the changed content is returned to the note and replaces the original selection.
- By pressing Cancel nothing is changed.
Origin of the Software
The plugin is based on the Visual Math Editor by David Grima, a freeware which can be changed and distributed freely. I made the following changes to this software:
- Reverse engineering
- Updated the included software libraries to current ones.
- Replaced the MathJax package by a Katex package.
- Removed some components of the software not needed for this purpose, like:
- AsciiMath support
- Translation of the Katex expression into MathML
- A HTML mode to support html input
- Some dialogs and menu items
- Some MathJax expressions are not supported in Katex and removed for this reason
- But most components are left as is and the external appearance is preserved
As You can see, this software is feature rich and alleviates the creation of formluae. My hope is one will get further support by the integration into Joplin as a plugin.
This software is available on the net here and You can view at it to get an impression.
Features
- Editing in a text editor like the one in Joplin
- Feedback in the formula output area
- 16 palettes with formula templates like Sum and Product, Integral and much more
- Formula dialogs with samples with can be incorporated easily or studied for learning the Katex language
- A custom equations dialog which can be used to maintain one's own formula library and with the possibility to Add, Remove, Load, Save the formula set. This set is persisted through invocations of Joplin as hidden setting.
- Window positions and sizes are persisted
Release Notes
1.0.0
Initial release