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 Paren Math

konoyo-014konoyo-01436 downloads

Render LaTeX paren and bracket math delimiters in preview by converting at render time.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

LaTeX Paren Math is an Obsidian plugin that converts paren/bracket LaTeX delimiters into Obsidian-native delimiters in markdown text.

It is designed for vaults where formulas are written as \\( ... \\) and \\[ ... \\], but rendering is expected to rely on $...$ and $$...$$.

The plugin provides three entry points: converting only the active note, converting all notes in the vault, and a ribbon shortcut for active-note conversion.

What It Converts

The conversion rules are straightforward.

  • \\( ... \\) becomes $...$ when the expression stays on one line.
  • \\[ ... \\] becomes $$...$$.
  • Multi-line \\( ... \\) is intentionally preserved to avoid destructive rewrites.

The converter skips fenced code blocks and inline code spans, so source snippets are not rewritten accidentally.

Commands

Use Command Palette and run one of the following:

  • Convert Active Note \(\), \[\] to $ / $$
  • Convert All Notes \(\), \[\] to $ / $$

You can also click the ribbon icon to run active-note conversion quickly.

Installation (Manual)

Put manifest.json, main.js, and versions.json under:

.obsidian/plugins/latex-paren-math/

Then reload Obsidian and enable LaTeX Paren Math in Community Plugins.

Notes

This plugin performs file modifications. Commit your vault (or back up) before bulk conversion if you want easy rollback.

94%
HealthExcellent
ReviewSatisfactory
About
Convert \( ... \) to $...$ for single-line formulas and \[ ... \] to $$...$$ across a note or the entire vault. Preserve multi-line \( ... \) blocks and skip fenced code blocks and inline code spans to avoid accidental rewrites; use the ribbon to convert the active note.
LaTeXFormattingEditing
Details
Current version
1.1.0
Last updated
3 months ago
Created
3 months ago
Updates
1 release
Downloads
36
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
konoyo-014konoyo-014
GitHubkonoyo-014
  1. Community
  2. Plugins
  3. LaTeX
  4. LaTeX Paren Math

Related plugins

Easy Typing

Auto format when typing.

List Callouts

Create simple callouts in lists.

Quick Latex

Simplify and speed up LaTeX math typing.

Symbols Prettifier

Prettify the symbols with actual symbols you commonly type, like arrows.

Smart Typography

Convert quotes to curly quotes, dashes to em dashes, and periods to ellipses.

Number Headings

Automatically number or re-number headings.

Markdownlint

Use markdownlint to make the contents of your files more consistent.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Outliner

Work with your lists like in Workflowy or Roam Research.