Hello everyone,
I want to showcase my plugin for automated conversion from KaTeX to MathJax. I hope someone finds it useful. Let me know what you think.
Convert KaTeX to MathJax
A simple plugin for Obsidian that converts KaTeX notation to MathJax, ensuring seamless use of mathematical expressions copied from sources like OpenAI’s ChatGPT.
Why This Plugin?
ChatGPT and other platforms often render mathematical expressions using KaTeX, while Obsidian uses MathJax for mathematical notation. This discrepancy can lead to formatting issues when copying and pasting content.
This plugin eliminates the hassle by automatically converting KaTeX expressions to MathJax, making it easier to integrate ChatGPT-generated content or other KaTeX-based math into your Obsidian vault.
Features
- Default paste conversion: Automatically converts KaTeX expressions on paste (toggleable via settings).
- Command Palette Actions:
- Paste with conversion: Manually paste KaTeX content with MathJax conversion applied.
- Convert current text file: Convert all KaTeX expressions in the current note to MathJax.
- Convert all files: Batch-convert KaTeX expressions in every markdown file across your vault.
- Easy toggle to enable or disable automatic conversion.
- Works seamlessly with clipboard operations.