# LaTeX-Formula-Support **Repository Path**: akikali/LaTeX-Formula-Support ## Basic Information - **Project Name**: LaTeX-Formula-Support - **Description**: Live preview of LaTeX formulas (\(...\) and \[...\]) by using KaTeX in Obsidian edit mode. - **Primary Language**: TypeScript - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-01 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LaTeX Formula Support for Obsidian > Render LaTeX formulas in edit mode with KaTeX. Supports `\(...\)` and `\[...\]` syntax with live preview. You can use it quite simply—just install it! This plugin enhances your editing experience by rendering LaTeX mathematical expressions directly within the editor, providing a WYSIWYG (What You See Is What You Get) feel. It uses [KaTeX](https://katex.org/) for fast and beautiful math rendering. ## 🖼️ Feature Preview ### Inline Formulas (`\( ... \)`) ![Inline Formula Example](inline.png) ### Block Formulas (`\[ ... \]`) ![Block Formula Example](block.png) ## 📦 Installation ### Via Obsidian Community Plugins (Recommended) 1. Open Obsidian. 2. Go to `Settings` > `Community plugins`. 3. Click `Browse` and search for "LaTeX Formula Support". 4. Click `Install` and then `Enable`. ### Manual Installation 1. Download the latest release files (`main.js`, `styles.css`, `manifest.json`) from the [Releases](https://github.com/YumeAyai/obsidian-picbeduploader/releases) page. 2. Create a folder named `latex-formula-support` inside your Obsidian vault's `.obsidian/plugins/` directory. 3. Copy the downloaded files into this folder. 4. Restart Obsidian and enable the plugin in `Settings` > `Community plugins`. ## 💰 Donations I would be grateful for any donation to support the development of this plugin. [Buy Me A Coffee](https://www.buymeacoffee.com/yumeayai) ## Author - **Author:** YumeAyai - **GitHub Profile:** [YumeAyai](https://github.com/YumeAyai) - **Donations:** [![Buy Me a Coffee](https://img.shields.io/badge/Donate-Buy%20Me%20a%20Coffee-orange)](https://buymeacoffee.com/yumeayai) Feel free to contribute to the development of this plugin or report any issues in the [GitHub repository](https://github.com/YumeAyai/LaTeX-Formula-Support/issues).