Releases: timeofmei/html-table-math
Releases · timeofmei/html-table-math
Release list
0.1.2
0.1.1
Fix directory scan warning
- Replace \document.createElement\ with Obsidian's \createSpan\ helper (obsidianmd/prefer-create-el)
0.1.0
Initial release
Render LaTeX math inside raw HTML table cells.
Features
- Renders
$...$and$$...$$math insidetd/thcells of raw HTML tables, in both Reading View and Live Preview - Failed formulas never flash error markup: with "Keep the raw LaTeX" selected, the original text is restored instead
Settings
- Enable rendering — master switch for the plugin
- On render error — keep the raw LaTeX or show MathJax's error output
- Live Preview — toggle rendering in Live Preview independently of Reading View
Settings changes apply to already-open notes immediately, without a reload.
Requirements
- Obsidian 1.13.0 or newer