Skip to content

Releases: timeofmei/html-table-math

0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:45

Fix directory scan warning

  • Use Obsidian's \createFragment\ helper instead of \document.createDocumentFragment\ (obsidianmd/prefer-create-el)

0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:39

Fix directory scan warning

  • Replace \document.createElement\ with Obsidian's \createSpan\ helper (obsidianmd/prefer-create-el)

0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:16

Initial release

Render LaTeX math inside raw HTML table cells.

Features

  • Renders $...$ and $$...$$ math inside td / th cells 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