Andreas Burger13 downloadsRender \(…\) and \[…\] math without changing note source.
An Obsidian plugin that renders standard LaTeX \(…\) and \[…\] math delimiters alongside Obsidian's native $…$ and $$…$$ syntax. Automatic and without rewriting your Markdown files.
\(x + 1\) as inline math.\[x + 1\] as display math, including multiline equations.Write math using either LaTeX delimiter style:
Inline: \( E = mc^2 \)
Display:
\[
E = mc^2
\]
Rendering is automatic. There are no commands or per-note settings.
Once accepted into the Obsidian Community Plugins directory, search for LaTeX Delimiter Renderer under Settings → Community plugins → Browse.
https://github.com/BurgerAndreas/latex-delimiter-renderer.Download main.js, manifest.json, and styles.css from the latest GitHub release and place them in:
<vault>/.obsidian/plugins/latex-delimiter-renderer/
Reload Obsidian, then enable LaTeX Delimiter Renderer under Community plugins.
\(…\) expressions remain unrendered because inline editor decorations cannot safely span lines.\[…\] expressions must occupy complete lines.This plugin:
npm install
npm run check
The production bundle is written to main.js.