Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

LaTeX Delimiter Renderer

Andreas BurgerAndreas Burger13 downloads

Render \(…\) and \[…\] math without changing note source.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

An Obsidian plugin that renders standard LaTeX \(…\) and \[…\] math delimiters alongside Obsidian's native $…$ and $$…$$ syntax. Automatic and without rewriting your Markdown files.

Features

  • Renders \(x + 1\) as inline math.
  • Renders \[x + 1\] as display math, including multiline equations.
  • Works in Live Preview and Reading View.
  • Reveals the original delimiters while the cursor is inside a formula.
  • Leaves inline code and fenced code blocks untouched.
  • Uses Obsidian's bundled MathJax renderer and works offline.

Usage

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.

Installation

Community Plugins

Once accepted into the Obsidian Community Plugins directory, search for LaTeX Delimiter Renderer under Settings → Community plugins → Browse.

BRAT

  1. Install the BRAT community plugin.
  2. Choose Add beta plugin.
  3. Enter https://github.com/BurgerAndreas/latex-delimiter-renderer.

Manual

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.

Limitations

  • Multiline \(…\) expressions remain unrendered because inline editor decorations cannot safely span lines.
  • In Live Preview, multiline \[…\] expressions must occupy complete lines.
  • Reading View temporarily re-renders affected Markdown sections in memory. The source file is never modified.

Privacy and security

This plugin:

  • does not access the network;
  • does not collect analytics or telemetry;
  • does not require an account or payment;
  • does not read or write files outside Obsidian's normal rendering process;
  • does not modify note contents.

Development

npm install
npm run check

The production bundle is written to main.js.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Render standard LaTeX \(…\) and \[…\] math delimiters alongside Obsidian's $…$ and $$…$$ syntax automatically and without changing your Markdown files. Display rendered math in Live Preview and Reading View, support multiline display equations, reveal original delimiters while the cursor is inside a formula, leave inline and fenced code blocks untouched, and use Obsidian's bundled MathJax offline.
LaTeXMath
Details
Current version
1.0.0
Last updated
4 days ago
Created
4 days ago
Updates
1 release
Downloads
13
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Andreas BurgerAndreas Burgerburgerandreas
GitHubburgerandreas
  1. Community
  2. Plugins
  3. LaTeX
  4. LaTeX Delimiter Renderer

Related plugins

Quick Latex

Simplify and speed up LaTeX math typing.

Calctex

Calculate LaTeX formulas.

Extended MathJax

Enable additional MathJax packages and adds a global preamble for MathJax.

Latex Suite

Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements.

Typst Mate

Render math expressions with Typst instead of MathJax.

Desmos

Embed Desmos graphs into your notes.

MathLive

Faster and more intuitive MathJax editing using MathLive.

Math+

Take math notes using Excalidraw.

LaTeX Panel Helper

Provides a convenient panel with categorized LaTeX symbols, real-time search, and a pop-out window to enhance your mathematical note-taking efficiency!

Formula Library

LaTeX formula editor with MathLive WYSIWYG editing, 2100+ categorized formulas, smart search, and extensible formula folders.