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-014348 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.

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
7 months ago
Created
7 months ago
Updates
1 release
Downloads
348
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

Editing Toolbar

The Editing Toolbar is modified from cMenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.

Sort and Permute lines

Sort and Permute lines in whole file or selection.

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.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Meta Bind

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

Advanced Tables

Improved table navigation, formatting, and manipulation.